Date handling by Mendix

1
I'm having some trouble with Date-fields and how mendix is handling them. A users inputs a request as a new object in the database with the date 21-05-2021.  The Mendix Application, for example a list view with an Xpath filter, shows the date as 20-05-2021 in the date Attribute field. The change date is 21-05-2021. It lookslike the application is mixing UTC and other timezones.   Is there a best practice to check and fix this issue? All the users will be in the same timezone.
asked
1 answers
7

Hi Nick van Drielen,

You can do this turn off the localize option from the attribute of date and time in the entity. By using this approach as you can avoid date mismatching.

 

Hope it helps!

Regards,

Yasar

answered