Skip to content

Commit

Permalink
fix: shouldn't set timezone in i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
tszhong0411 committed Jan 28, 2025
1 parent 4c73ce5 commit 24ddade
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/i18n/src/request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export default getRequestConfig(async ({ requestLocale }) => {
messages: {
...(await import(`./messages/${locale}.json`)).default
},
locale,
timeZone: 'UTC'
locale
}
})

0 comments on commit 24ddade

Please sign in to comment.