Module offset

Module offset 

Source
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.
ParsedOffset ๐Ÿ”’
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.
ParsedOffsetKind ๐Ÿ”’
The kind of a parsed offset.