Current date and time in UTC
Returns the current date and time (DateTime
value) in Coordinated Universal Time (UTC).
Sample usage
(NOW() - UTCNOW())
returns a Duration
value giving the difference between UTC and local time.
Syntax
UTCNOW()
Returns the current date and time (DateTime
value) in Coordinated Universal Time (UTC).
(NOW() - UTCNOW())
returns a Duration
value giving the difference between UTC and local time.
UTCNOW()