show and store date and time irrespective of the timezone

0
In the application you need to find a solution to show and store date & time belongs to one specific region(Time zone) irrespective of the current user's location or time zone and the historical data that need to be imported via excel and also new records will be created from Mendix app
asked
1 answers
2

All date times are stored in UTC and if you set localize to no it will not show that date time in the local timezone. See the FAQ here: https://docs.mendix.com/refguide/datetime-handling-faq/

Regards,

Ronald

 

answered