From 0ea9da95c87d4b5f5d1f788b57c3a8494c84ec91 Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Wed, 3 Sep 2025 17:10:28 +0700 Subject: [PATCH] fix: remove timezone specific from utils --- web-app/src/utils/formatDate.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/web-app/src/utils/formatDate.ts b/web-app/src/utils/formatDate.ts index c77f20097..3ad6a9128 100644 --- a/web-app/src/utils/formatDate.ts +++ b/web-app/src/utils/formatDate.ts @@ -22,7 +22,6 @@ export const formatDate = ( hour: 'numeric', minute: 'numeric', hour12: true, - timeZone: 'UTC', }) }