Is there a way to force the offset on datetime picker when using ZonedDateTime? #6317
Unanswered
charliearaya
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We have implemented a datetimepicker in our application and would like to force it to show GMT+X at all times. Is there a way?

I want it to behave like this at all times

We are using the hook
useDateField
,useDateSegment
anduseTimeField
Or anyone can help me understand why
2024-05-02T16:56:30.729+03:00[Europe/Athens] is shown as 'EEST'
while
2024-05-02T16:56:30.729+03:00[Asia/Jerusalem] is shown as 'GMT+3'
Beta Was this translation helpful? Give feedback.
All reactions