The UTCNOW function returns the current UTC (Coordinated Universal Time) date and time.
Syntax
UTCNOW()
Parameters
The UTC function takes no arguments.
Returned value
The UTCNOW function returns a datetime value containing the current UTC date and time.
Examples
The following measure returns the UTC date and time when in Madrid (Spain) it is 13:48:22 on 12/18/2018:
ahora = UTCNOW()
Category
Date and time