Timezone of Mendix portal (Sprintr) accounts

0
Hi, we are using the Mendix accounts in our app. As we use localization for some timestamps, we need to set the right time zone for the user. But we could not find a way to retrieve that from the app cloud service, or even where the setting can be found in Sprintr. Can someone explain us how that is handled is Sprintr? Thank you, Tobias
asked
1 answers
0

Have you tried to retrieve this information from the TimeZone Entity in the System module?

The Account entity from the Administration module inherits from System.User which has a association to System.Timezone

answered