Crate datetimeparse
source ·Expand description
datetimeparse
Correct ISO 8601 and RFC3999 parsing and formatting.
Features
chrono
- Enable chrono conversion
Modules
- Durations from ISO 8601, chapter 4.3
Structs
- Day of the month (1-31)
- Hours (0-60)
- Date without time shift information
- Date and time without time shift information
- Time without time shift information
- Minutes (0-60)
- Month of the year (1-12)
- Used in combination with
Second
to signify subsecond fractions - Date and time without time shift information, with nanosecond precision
- Time without time shift information, with nanosecond precision
- Date and with time shift information, with nanosecond precision
- Seconds (0-61)
- Date and time with time shift information
Enums
Functions
- Parse a RFC3339 formatted date string.
- Parse a RFC3339 formatted datetime string.
- Parse a RFC3339 formatted time string.