I am using a multi location application,IST,EST,PST,
It has a approval workflow in it,the user will create a record and send for approval from IST zone
The Head will review and approve the request from different time zone,
How to manage the time and date difference
Hi @Gunasuriya_Ravi!
If you are working with multiple time zones, you may want to record and store your times in UTC. I will still be possible to display the times in the user’s time or in the time in which it was recorded. Here’s a link to something I wrote about this:
[Handling multiple time zones](https://community.appsheet.com/t/handling-multiple-time-zones/16720) Tips & Tricks ?
The column type “ChangeTimeStamp” records the date and time a change occurred to another column according to the time zone of the device being used. In many situations this is probably just fine, but what if you need to know the sequence in which events actually occurred? A single user who flies to a different time zone may appear to be doing A after B, when A actually came first. Or, a similar problem will occur when there are multiple users in different time zones. I have learned from expre…