Timezone of local system

0
Hi Reader, How to get timezone of local system (Computer) in mendix? Thanks and Regards, Harshraj Singh  
asked
2 answers
0

I’m not sure about the local system timezone, but you can get a System.User’s timezone using the User_TimeZone association. 

I hope this helps.

answered
0

[%BeginOfCurrentDay%] gives you the day of your local time zone by default.

 

To change the time zone you can edit your app settings in mendix studio.

 

 

Also refer Date and Time Handling | Mendix Documentation  

answered