[][src]Crate gregor

Structs

CentralEurope

CET (Central European Time) / CEST (Central European Summer Time)

DateTime
FixedOffsetFromUtc

The offset is typically positive east of Greenwich (longitude 0°), negative west.

LocalTimeConversionError

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:

NaiveDateTime

A date and time without associated time zone information.

UnixTimestamp

In seconds since 1970-01-01 00:00:00 UTC.

Utc

The Coordinated Universal Time time time zone.

Enums

DayOfTheWeek
Month
YearKind

Traits

DaylightSaving
TimeZone
UnambiguousTimeZone

Implemented for time zones where LocalTimeConversionError never occurs, namely for Utc and FixedOffsetFromUtc.