Module islam::chrono[][src]

Structs

Date

ISO 8601 calendar date with time zone.

DateTime

ISO 8601 combined date and time with time zone.

Duration

ISO 8601 time duration with nanosecond precision. This also allows for the negative duration; see individual methods for details.

Local

The local timescale. This is implemented via the standard time crate.

Utc

The UTC time zone. This is the most efficient time zone when you don’t need the local time. It is also used as an offset (which is also a dummy type).

Traits

Datelike

The common set of methods for date component.

TimeZone

The time zone.

Timelike

The common set of methods for time component.