Skip to content

Commit 0ea9da9

Browse files
committed
fix: remove timezone specific from utils
1 parent 08e756f commit 0ea9da9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web-app/src/utils/formatDate.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export const formatDate = (
2222
hour: 'numeric',
2323
minute: 'numeric',
2424
hour12: true,
25-
timeZone: 'UTC',
2625
})
2726
}
2827

0 commit comments

Comments
 (0)