Skip to content

Commit

Permalink
fix: utc timezone used in activity tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeaury committed Nov 27, 2024
1 parent 4db7886 commit 5c3b235
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 5c3b235

Please sign in to comment.