Crate zoneinfo_compiled

Source
Expand description

This is a library for parsing compiled zoneinfo files.

Re-exports§

pub use parser::Result;

Modules§

parser
Parsing and structures of time zone files

Structs§

LeapSecond
A leap second specification.
LocalTimeType
A description of the local time in a particular timezone, during the period in which the clocks do not change.
TZData
Parsed, interpreted contents of a zoneinfo file.

Traits§

CompiledData

Functions§

cook
Interpret a set of internal time zone data.
parse
Parses a series of bytes into a timezone data structure.