Crate datetimeparse
source ·Expand description
Correct ISO 8601 and RFC3999 parsing and formatting.
Modules
- ISO 8601, 4.3 duration elements
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
Secondto signify subsecond fractions - Marker struct for
Yearto signify no negative possibility - 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
- Marker struct for
Yearto signify a negative possibility - Extendable year to allow for negative years and more than 4 digits
Enums
Functions
- Parse a RFC3339 formatted datetime string.
Type Aliases
- Standard 4 digit, non-negative year