Date Picker sets wrong Time to attribute after edit

0
Observed Date Picker widget is adding an hour to Date Time attribute after editing the time.   As shown in above screenshots, when user edits the time from widget UI the attribute is updated with wrong time( one hour is added to time). Any suggestions on fixing this issue. Attribute is localized. Mendix Studio version : 8.12.1
asked
2 answers
1

Be aware of the following:

Localization of a DateTime attribute and server, application and user time zone can result in different time values of your set date.

This learning module will help you to understand more of the behavior: https://academy.mendix.com/link/module/374/lecture/3046/7.1-Introduction 

answered
0

Can you try changing the Localized to No, now it would take the browser time

answered