This commit is contained in:
yumoqing 2026-05-14 15:10:46 +08:00
parent 24c50d6526
commit dd6ab56214

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)