Structs§
- Central
Europe - CET (Central European Time) / CEST (Central European Summer Time)
- Date
Time - Fixed
Offset From Utc - The offset is typically positive east of Greenwich (longitude 0°), negative west.
- Local
Time Conversion Error - When a time zone makes clock jump forward or back at any instant in time (for example twice a year with daylight-saving time, a.k.a. summer-time period) This error is returned when either:
- Naive
Date Time - A date and time without associated time zone information.
- Unix
Timestamp - In seconds since 1970-01-01 00:00:00 UTC.
- Utc
- The Coordinated Universal Time time time zone.
Enums§
Traits§
- Daylight
Saving - Time
Zone - Unambiguous
Time Zone - Implemented for time zones where
LocalTimeConversionError
never occurs, namely forUtc
andFixedOffsetFromUtc
.