We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a769dab commit bc9fec4Copy full SHA for bc9fec4
src/Date/DatePickerModalContentHeader.tsx
@@ -140,7 +140,6 @@ export function HeaderContentSingle({
140
return new Intl.DateTimeFormat(locale, {
141
month: 'short',
142
day: 'numeric',
143
- timeZone: 'UTC',
144
})
145
}, [locale])
146
@@ -175,7 +174,6 @@ export function HeaderContentMulti({
175
174
176
177
178
179
180
181
@@ -218,8 +216,7 @@ export function HeaderContentRange({
218
216
const formatter = useMemo(() => {
219
217
220
221
- day: 'numeric',
222
+ day: 'numeric'
223
224
225
0 commit comments