Fix UTC timezone used in activity tracker (#265)

This commit is contained in:
Sébastien Beaury
2024-12-07 11:55:02 -05:00
committed by GitHub
parent 72ad0a4c90
commit 5732f78e80

View File

@@ -20,7 +20,6 @@ export function formatDate(
) {
return date.toLocaleString(locale, {
...options,
timeZone: 'UTC',
})
}