mirror of
https://github.com/spliit-app/spliit.git
synced 2026-03-08 05:09:05 +01:00
Fix UTC timezone used in activity tracker (#265)
This commit is contained in:
@@ -20,7 +20,6 @@ export function formatDate(
|
|||||||
) {
|
) {
|
||||||
return date.toLocaleString(locale, {
|
return date.toLocaleString(locale, {
|
||||||
...options,
|
...options,
|
||||||
timeZone: 'UTC',
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user