Converting to UTC time

0
Hi All,   We are using below expression to convert the currentdatetime into UTC.  But for some users it is giving correct UTC time but for some users especially in US it is giving one day less. Not able to understand why?   parseDateTimeUTC(formatDateTimeUTC($DateTimeInLocal,'dd-MMM-yyyy HH:mm:ss'),'dd-MMM-yyyy HH:mm:ss')   Regards Ajay
asked
1 answers
0

Hi Ajay Kumar Chinni

 

This happens becuase of the timezone for each users, To resolve this go to app level settings and in runtime select the default time zone and the first day of the week and In the domain model , check the date and time attribute to non-localize this will help you to solve the problem, Basic idea is to stick the zone as common for all users.

answered