We have encountered a weird issue when entering dates in Backoffice. For example when entering a date today (during daylight saving time) of 04.01.2016 00:00:00, it seems to be saved as 03.01.2016 23:00.00 (CET) in the database. So when formatting this date to a String you would also get "03.01.2016", which is wrong. The problem also occurs when saving a date of 04.01.2016 00:00:00 in the java code, which is then displayed as 04.01.2016 01:00:00 in the Backoffice. Is there some property we can set, or other means to deal with this problem? We would expect that exactly the date entered is saved in the database. Thanks in Advance.