Expand description
Time zone data model choices.
Structs§
- AtTime
 - A time zone containing a time zone ID, optional offset, and local time.
 - Base
 - A time zone containing a time zone ID and optional offset.
 - Full
 - A time zone containing a time zone ID, optional offset, local time, and zone variant.
 
Traits§
- Time
Zone Model  - Trait encoding a particular data model for time zones.