DateTimeZone.UtcNow

 

This topic applies to the Power Query Formula Language which can be used with Power Query and Power BI Desktop to build queries that mashup data. See the list of function categories.

Returns a DateTime value set to the current system date and time in the Utc timezone.

DateTimeZone.UtcNow() as datetimezone

  • The return value contains timezone information for the Utc timezone (00:00).
DateTimeZone.UtcNow() equals 2011-02-21T06:25:51+00:00  

Show: