Skip to content

Commit

Permalink
Fix UTC timezone used in activity tracker (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeaury authored Dec 7, 2024
1 parent 72ad0a4 commit 5732f78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export function formatDate(
) {
return date.toLocaleString(locale, {
...options,
timeZone: 'UTC',
})
}

Expand Down

0 comments on commit 5732f78

Please sign in to comment.