I used UTCNOW() for my app to get UTC time (not local time), and it worked in the past.
But now, today (Oct 13 2020), it doesn’t work. When I change time on my laptop then that time (UTCNOW) change also to my device time.
Plz check it. Thanks!
This is not a bug. UTCNOW() simply returns the time of your device with no timezone adjustment.
but docs is saying it returns UTC?
and wouldn’t UTCNOW mean that its the time in UTC and NOW mean current device time?
UTC is–by definition–the current time with no timezone adjustment.
Austin_Lambeth:
UTC by definition is time at 0 longitude?
As I understand it.
The UTCNOW() value is calculated like your device’s TIMENOW() - 3 hours (Your location in your mobilde device).
So. You are living in GMT+9

