fix(web): timeline timezone (#19418)

This commit is contained in:
Daimolean 2025-06-23 22:06:26 +08:00 committed by GitHub
parent bcb1bf4692
commit 6a309129b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -108,7 +108,6 @@ export function formatMonthGroupTitle(_date: DateTime): string {
{ {
month: 'short', month: 'short',
year: 'numeric', year: 'numeric',
timeZone: 'UTC',
}, },
{ locale: get(locale) }, { locale: get(locale) },
); );