Crate datetime [] [src]

Library for date and time formatting and arithmetic.

Examples

LocalDateTime::now();
LocalDate::parse("2015-06-26").unwrap();
LocalDateTime::parse("2001-02-03T04:05:06+07:00").unwrap();
ZonedDateTime::parse("2001-02-03T04:05:06+07:00").unwrap();

Modules

duration
format
instant
local
parse
zoned

Dates and times paired with a time zone, and time zone definitions.