Skip to content

Commit

Permalink
apply format in UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromtcosta committed Sep 25, 2024
1 parent ecd2c0a commit aafa277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/fb/LockdateForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Trans, useTranslation } from 'react-i18next'
import * as Api from '../../libs/JmWalletApi'
import * as fb from './utils'

const monthFormatter = (locales: string) => new Intl.DateTimeFormat(locales, { month: 'long' })
const monthFormatter = (locales: string) => new Intl.DateTimeFormat(locales, { month: 'long', timeZone: 'UTC' })

const DEFAULT_MONTH_FORMATTER = monthFormatter('en-US')

Expand Down

0 comments on commit aafa277

Please sign in to comment.