mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(web): timeline timezone (#19418)
This commit is contained in:
parent
bcb1bf4692
commit
6a309129b7
1 changed files with 0 additions and 1 deletions
|
|
@ -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) },
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue