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.
2 parents d83a75f + 0caa87e commit 5296b09Copy full SHA for 5296b09
src/Date/DatePickerModalContentHeader.tsx
@@ -140,6 +140,7 @@ export function HeaderContentSingle({
140
return new Intl.DateTimeFormat(locale, {
141
month: 'short',
142
day: 'numeric',
143
+ timeZone: 'UTC',
144
})
145
}, [locale])
146
@@ -174,6 +175,7 @@ export function HeaderContentMulti({
174
175
176
177
178
179
180
181
@@ -217,6 +219,7 @@ export function HeaderContentRange({
217
219
218
220
221
222
223
224
225
0 commit comments