You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to request a setting to use single instance of datepicker in UTC mode.
I have project where backend (which i cannot control) expects UTC date, but with timezone aware datepicker selected date can change depending on user timezone and current time.
Which is unexpected behavior for datepicker (without time selection).
Example with Europe/Kiev timezone:
Time of test: 22:24:26
selected date: 2017-03-01
MODEL: 2017-03-01T20:24:26.000Z
Time of test: 01:36:49
selected date: 2017-03-01
MODEL: 2017-02-28T23:36:49.000Z
and even daylight saving plays with data (different time delta):
Time of test: 01:46:11
selected date: 2017-04-01
MODEL: 2017-03-31T22:46:11.000Z
PS. it would be good if there was an option to accept selected date by click on "day" number. Without needing to press "set" button
The text was updated successfully, but these errors were encountered:
I would like to request a setting to use single instance of datepicker in UTC mode.
I have project where backend (which i cannot control) expects UTC date, but with timezone aware datepicker selected date can change depending on user timezone and current time.
Which is unexpected behavior for datepicker (without time selection).
Example with Europe/Kiev timezone:
Time of test:
22:24:26
selected date:
2017-03-01
MODEL:
2017-03-01T20:24:26.000Z
Time of test:
01:36:49
selected date:
2017-03-01
MODEL:
2017-02-28T23:36:49.000Z
and even daylight saving plays with data (different time delta):
Time of test:
01:46:11
selected date:
2017-04-01
MODEL:
2017-03-31T22:46:11.000Z
PS. it would be good if there was an option to accept selected date by click on "day" number. Without needing to press "set" button
The text was updated successfully, but these errors were encountered: