Amir
Results
2
comments of
Amir
This is serious issue. This datepicker is essentially useless if it doesn't allow a way to extract a consistent epoch across timezones.
My workaround is to subtract `new Date().getTimezoneOffset()`(adjusted to milliseconds) from the datepicker's epoch whenever I need to get and work with the selected value, and to add `new Date().getTimezoneOffset()` whenever...