Default time zone

0
Hi, If no time zone is specified on user level, then the default time zone in the project runtime settings is used. However, if no default time zone is specified on project level, then what time zone is used in practice: server, client, UTC, anything else … ?
asked
1 answers
0

All date times are stored in UTC in the database.  The default time zone setting is used for new users, but it is also applied to all users that do not have a time zone yet when starting your application.  See the link below for more information:

 

https://docs.mendix.com/refguide/date-and-time-handling

answered