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.