fix(web): timeline timezone (#19418)
parent
bcb1bf4692
commit
6a309129b7
|
|
@ -108,7 +108,6 @@ export function formatMonthGroupTitle(_date: DateTime): string {
|
|||
{
|
||||
month: 'short',
|
||||
year: 'numeric',
|
||||
timeZone: 'UTC',
|
||||
},
|
||||
{ locale: get(locale) },
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue