mirror of
https://github.com/immich-app/immich.git
synced 2025-12-19 09:13:14 +03:00
fix(web): timeline timezone (#19418)
This commit is contained in:
@@ -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) },
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user