Timezones + retrieve dates via OQL

2
Hi all, I have a difference in retrieving Dates and times with OQL between users with timezone and users without a timezone (e.g. MxAdmin, Service users, ...) Users without a time zone always have the same Session Timezone (of the server probably) But it doesn't take summer and winter time into account? Does anyone know how to deal with this? MxAdmin as well as our service users, does not have a timezone    Example : User + Timezone Brussels (+2 Summer, +1 Winter)   Example : User without timezone Kind regards, Steven Verschraegen
asked
1 answers
2

Hi Steven,

 

You can execute the microflow as user via a Java function in the community commons. 

Then it uses the timezone from the user and gives the correct times back.

 

Kind regards,
Steven Keersmaekers

answered