demo_datetime_strftime_h2.py:
x = datetime.datetime.now() print(x.strftime("%H"))
➜ begtut>python demo_datetime_strftime_h2.py