Presenting localized DateTimes is good for UX, but using the localized value for the request payload between the browser and the server is pointless, and causing many troubles.
In the next major release we will rework it to just use the localized value for presenting users and use stable representation (like 2021-01-02 03:45:00) that can be parsed easily and unambiguously in the server.
Refs. #1875, #2454, #2549, #2653, #2668, #2735, #2736, #2777, #2963, #3240
Presenting localized DateTimes is good for UX, but using the localized value for the request payload between the browser and the server is pointless, and causing many troubles.
In the next major release we will rework it to just use the localized value for presenting users and use stable representation (like
2021-01-02 03:45:00) that can be parsed easily and unambiguously in the server.Refs. #1875, #2454, #2549, #2653, #2668, #2735, #2736, #2777, #2963, #3240