Expand description
This module provides facilities for parsing time zone offsets.
The parsing here follows primarily from RFC 3339 and ISO 8601, but also from Temporalβs hybrid grammar.
StructsΒ§
- Numeric π
- A numeric representation of a UTC offset.
- Parsed
Offset π - An offset that has been parsed from a datetime string.
- Parser π
- A parser for UTC offsets.
EnumsΒ§
- Colon π
- How to handle parsing of colons in a time zone offset.
- Parsed
Offset πKind - The kind of a parsed offset.
Type AliasesΒ§
- Parsed
Offset πHours - Parsed
Offset πMinutes - Parsed
Offset πSeconds