Dear,
The ejs-datetimepicker is behaving strange: on some clients, datetimes are shifted 2 hours (we are at UTC+2) everytime it goes from the client to the server and back.
Example: a new object is created serverside, with a Date property set to DateTime.Now() (e.g. 26/09/2019 16:00) on initialize. At the client side (in the datepicker) it is shown as 26/09/2019 16:00. When the client submits the data back to the server it becomes 26/09/2019 18:00. Every time the client submits the data it increases with two hours...
This behaviour is not seen in Chrome, but is seen in Safari (but I am not sure if it is related to the browser or to the timezone settings at different clients)
any idea how to solve this?
best regards,
Koen