Forum Discussion
RobbSalzmann
2 years agoValued Contributor II
Since the XFBR code runs on the OneStream Server the server's Timezone will always be what is returned by TimeZone.CurrentTimeZone.
To use user TimeZones:
Store each user's three char time zone in one of the User account Text fields.
Then use the following code to look it up and use the TZ in your code above:
Dim strTimeZone as String = BRApi.Security.Authorization.GetUser(si, si.UserName).User.Text1;
Related Content
- 8 months ago
- 11 months ago