DateTimePicker display issue with UTC #7342
Unanswered
the-sheehanigans
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm using the DateTimePicker which I always want to display in UTC. I've set the timezone in the DatesProvider to UTC.
The textbox shows the correct date in UTC, but the Calendar, and TimeInput in the popover seems to only display in my local time (AEST)?
In the example I've attached the UTC time shows 09/01/2025 23:40:00 while the Calender and TimePicker show the 10/01/2025 10:40:00 AM
<DatesProvider settings={{ timezone: "UTC" }}> <DateTimePicker withSeconds /> </DatesProvider>
Any thoughts on how to get the calender and timepicker to be also display in UTC?
Cheers,
Kieran
Beta Was this translation helpful? Give feedback.
All reactions