mirror of
https://github.com/spliit-app/spliit.git
synced 2026-02-20 22:46:13 +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, {
|
||||
...options,
|
||||
timeZone: 'UTC',
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user