Skip to content

Commit ac72a0e

Browse files
committed
default tz to server for now
1 parent 5298969 commit ac72a0e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pages/_app.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ const App = ({ Component, pageProps }: AppPropsWithLayout) => {
3434
return (
3535
<NextIntlClientProvider
3636
locale={(router.query.locale as string) || DEFAULT_LOCALE}
37-
timeZone="Europe/Vienna" // TODO: get from locale?
3837
messages={pageProps.messages || {}}
3938
onError={() => {
4039
// Suppress errors by default, enable if needed to debug

0 commit comments

Comments
 (0)