Static
utcGet a singleton instance of UTC
Static
instanceGet an instance with a specified offset
The offset in minutes
Static
parseGet an instance of FixedOffsetZone from a UTC offset string, like "UTC+6"
FixedOffsetZone.parseSpecifier("UTC+6")
FixedOffsetZone.parseSpecifier("UTC+06")
FixedOffsetZone.parseSpecifier("UTC-6:00")
The offset string to parse
Generated using TypeDoc
A zone with a fixed offset (meaning no DST)
Implements