Bit confused on Timezones #114
Unanswered
crimsonhawk47
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.
-
On version 3.2.0. I noticed the Flatpickr input converts your local time to UTC when creating a model, but then, it expects UTC time when editing a model.
My users find this a bit confusing because they enter their local time when creating something, but then have to insert UTC time when editing. I tried working around this with
formatStateUsing
, but then they are submitting local time which the Flatpickr input assumes is UTC.What is the idiomatic way to work with this?
Beta Was this translation helpful? Give feedback.
All reactions