use-time-zone-id
Small IANA time zone identifier syntax primitives for RustUse.
Example
use ;
let zone = parse_time_zone_id.unwrap;
assert_eq!;
assert_eq!;
assert!;
Scope
- Validate IANA-shaped time zone identifier syntax.
- Support identifiers like
UTC,America/New_York, andEurope/London. - Split valid identifiers into area and location components.
Non-goals
- Time arithmetic.
- Daylight-saving calculations.
- Date/time conversion.
- Bundled tzdb data.
- Replacement for
time,chrono, ortz-rs.
License
Licensed under either of the following, at your option:
- Apache License, Version 2.0
- MIT license