cda88e0
1
2
3
4
5
6
7
import datetime def get_time_stamp(): return '{:%Y-%m-%d %H:%M:%S}'.format(datetime.datetime.now())