Skip to main content

timeZoneId

property Temporal.Now.timeZoneId

Get the identifier of the environment's current time zone.

This method gets the identifier of the current system time zone. This will usually be a named IANA time zone.

() => string
Back to top