Gets the system's local time zone.
Gets UTC time zone.
Creates a fixed time zone.
Tries to resolve an IANA time zone. It first tries to find the zone in the repository. If find operation fails, it tries to create a RuntimeIANAZone (a Zone created by using javascript Intl API). If creating RuntimeIANAZone fails, this method returns undefined or throws an error (based on "opts.strict" parameter)
Tries to resolve a Zone by a ZoneSpecifier.
Generated using TypeDoc
A class for managing time zones.