diff --git a/web-app/src/utils/formatDate.ts b/web-app/src/utils/formatDate.ts index c77f20097..3ad6a9128 100644 --- a/web-app/src/utils/formatDate.ts +++ b/web-app/src/utils/formatDate.ts @@ -22,7 +22,6 @@ export const formatDate = ( hour: 'numeric', minute: 'numeric', hour12: true, - timeZone: 'UTC', }) }