Crate datetime

Source
Expand description

datetime-rs provides a representation of a date and time.

Modules§

interval

Macros§

date
Construct a date from a YYYY-MM-DD literal.
datetime

Structs§

Date
A representation of a single date.
DateTime
A representation of a date and time.
DateTimeBuilder
An intermediate builder for DateTime.

Enums§

Precision
The precision that this timestamp requires in order to represent with no fidelity loss.
Weekday
A representation of the day of the week.

Traits§

FromDate
Convert from a date into a datetime, by way of a builder.