Datepicker selects wrong date

0
Having a weird situation here. I select a certain date using the datepicker (running locally), and the day before is shown in the debugger (UTC time as well as session time). Has anyone had this before and is there a clean fix for this? Selected date: Debugger result:   [EDIT] The date is localized.
asked
1 answers
2

You should probably unlocalize the date, if the time part is not relevant (which seems to be the case, if you only use a datepicker). It says so right in the domain model itself:

 

answered