Merge pull request #6363 from menloresearch/fix/timestamp-issue

fix: remove timezone specific from utils
This commit is contained in:
Faisal Amir 2025-09-03 18:04:51 +07:00 committed by GitHub
commit 2801fde181
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,6 @@ export const formatDate = (
hour: 'numeric',
minute: 'numeric',
hour12: true,
timeZone: 'UTC',
})
}