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