Skip to main content

Module timezone

Module timezone 

Source
Expand description

Timezone handling: abbreviation mapping, offset parsing, and conversion.

Structs§

TzOffset
A resolved timezone offset in seconds from UTC.

Functions§

extract_trailing_timezone
Try to extract a timezone offset from the tail of a date string. Returns (remaining_input, offset) if found.
parse_timezone
Parse a timezone string and return the offset.