DateTimeZone.FixedLocalNow Function in Power Query

The DateTimeZone.FixedLocalNow function in Power Query returns a DateTimeZone value set to the current date, time, and timezone offset on the system. The timezone offset represents the local timezone offset from UTC.

Syntax

DateTimeZone.FixedLocalNow() as datetimezone

Example:

Power Query M

let
    Source = DateTimeZone.FixedLocalNow()
in
    Source        

The output of the above code is 2025-04-12T12:33:14.6632100+05:30.