From df6653811081545c9e3a06c3f19fa5add9447edf Mon Sep 17 00:00:00 2001 From: dmsanhrProject Date: Thu, 30 Oct 2025 11:43:58 +0700 Subject: [PATCH] fixing timestamp bug main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 790472a..fd705f1 100644 --- a/main.py +++ b/main.py @@ -114,7 +114,7 @@ async def health_check(): "data": { "service": "upload_automation", "status_code": 200, - "timestamp": datetime.now(datetime.timezone.utc).isoformat() + "Z", + "timestamp": datetime.utcnow().isoformat() + "Z", }, "meta": { "version": apiVersion,