Skip to main content

Module timezone

Module timezone 

Source
Expand description

Parsing for Time Zone and Offset data.

FunctionsΒ§

parse_ambiguous_tz_annotation πŸ”’
We support two kinds of annotations here: annotations (e.g. [u-ca=foo]) and β€œtime zone annotations” ([UTC] or [+05:30])
parse_date_time_utc_offset πŸ”’
Parses a potentially full precision UTC offset or Z
parse_time_zone πŸ”’
Parses the TimeZoneIdentifier node.
parse_tz_annotation πŸ”’
parse_tz_iana_name πŸ”’
Parse a TimeZoneIANAName Parse Node
parse_utc_offset πŸ”’
Parse a potentially full precision UtcOffset
parse_utc_offset_minute_precision πŸ”’
Parse an UtcOffsetMinutePrecision node
parse_utc_offset_minute_precision_strict πŸ”’