UTCTODAY

Returns the current UTC date.

Syntax

UTCTODAY()  

Return value

A date.

Remarks

  • UTCTODAY returns the time value 12:00:00 PM for all dates.

  • The UTCNOW function is similar but returns the exact time and date.

Example

The following:

EVALUATE { FORMAT(UTCTODAY(), "General Date") }

Returns:

[Value]
2/2/2018

See also

NOW function
UTCNOW function