From f429f1d599752ee1cb24aab9573f1ac66df17dbe Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 14 May 2026 15:12:33 +0800 Subject: [PATCH] bugfix --- appPublic/timeUtils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appPublic/timeUtils.py b/appPublic/timeUtils.py index 9eccc70..cca7c22 100755 --- a/appPublic/timeUtils.py +++ b/appPublic/timeUtils.py @@ -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)