mirror of
https://github.com/immich-app/immich.git
synced 2025-01-21 00:52:43 -05:00
fix(web): wrong month on timeline scrollbar cursor (#8996)
* fix(web): wrong month on timeline scrollbar cursor * revert unnesessary change
This commit is contained in:
parent
c30cd3b378
commit
be4a783845
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@
|
||||||
hoverLabel = new Date(attr).toLocaleString($locale, {
|
hoverLabel = new Date(attr).toLocaleString($locale, {
|
||||||
month: 'short',
|
month: 'short',
|
||||||
year: 'numeric',
|
year: 'numeric',
|
||||||
|
timeZone: 'UTC',
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue