Skip to content

Commit ae12441

Browse files
committed
fix: remove timezone specific from utils
1 parent 8c4a88a commit ae12441

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)