This commit is contained in:
yumoqing 2026-05-14 15:12:33 +08:00
parent dd6ab56214
commit f429f1d599

View File

@ -146,7 +146,7 @@ def firstSunday(dt):
return dt + timedelta(7 - f)
return dt
DTFORMAT = '%Y-%m-%d %H%M%S'
DTFORMAT = '%Y-%m-%d %H:%M:%S'
def getCurrentTimeStamp() :
t = time.localtime()
return TimeStamp(t)