BAPSicle/baps_types/happytime.py

6 lines
109 B
Python
Raw Permalink Normal View History

2021-09-21 23:57:51 +00:00
from datetime import datetime
2021-09-22 18:49:24 +00:00
2021-09-21 23:57:51 +00:00
def happytime(date: datetime):
return date.strftime("%Y-%m-%d %H:%M:%S")