New Bug Encountered: UTCNOW get device time, NOT UTC time?

I use UTCNOW() to get UTC time, but it still gets my device time.
Plz watch this clip I got on my screen:


Thanks!
0 7 656
7 REPLIES 7

Yes, I posted this also, but I didn’t get right answer. That bug still exist, so I made this clip and report it again for more clear.

The expression UTCNOW() doesn’t read the date and time from any server. What it does… it increases or decreases your device’s local DateTime value with your location’s timezone. Both are coming from your device. So… for example if you are living in GMT+7, the app identify that and calculates the UTCNOW() like NOW() - 7 hours.

oh, so why it says get time from UTC(Coordinated Universal Time)? and How can I get GMT current time? plz help, thanks!

One reason why we are calculating it from the device… it would work also when you are Offline. If you want to have real UTC+0, you would need to use Workflow for that value.

Please check this post Prevent timestamp manipulation?

Steve
Platinum 4
Platinum 4

This issue was fully addressed in your last post. It is not a bug.

Top Labels in this Space