Module rtc

Source

Structs§

DateTime
ISO 8601 combined date and time with time zone.
NaiveDate
ISO 8601 calendar date without timezone. Allows for every proleptic Gregorian date from Jan 1, 262145 BCE to Dec 31, 262143 CE. Also supports the conversion from ISO 8601 ordinal and week date.
NaiveDateTime
ISO 8601 combined date and time without timezone.
NaiveTime
ISO 8601 time without timezone. Allows for the nanosecond precision and optional leap second representation.

Traits§

DateTimeAccess
Real-Time Clock / Calendar DateTimeAccess trait to read/write a complete date/time.
Datelike
The common set of methods for date component.
Timelike
The common set of methods for time component.