How to save the field in UTC date timezone and but while displaying we need to display in User login timezone.

0
How to save the field in UTC date timezone and but while displaying we need to  in User login timezone.
asked
1 answers
2

All the date time fields are stored as UTC in the database. The localize true or false boolean will convert this UTC date time to the timezone of the user. See also the FAQ: https://docs.mendix.com/refguide/datetime-handling-faq

Regards,

Ronald

 

answered