Expand description
Modules§
- duration
- Durations from ISO 8601, chapter 4.3
Structs§
- Builder
- Day
- Day of the month (1-31)
- Error
- Extended
Year - Hour
- Hours (0-60)
- Local
Date - Date without time shift information
- Local
Date Time - Date and time without time shift information
- Local
Time - Time without time shift information
- Minute
- Minutes (0-60)
- Month
- Month of the year (1-12)
- Nanosecond
- Used in combination with
Second
to signify subsecond fractions - Precise
Local Date Time - Date and time without time shift information, with nanosecond precision
- Precise
Local Time - Time without time shift information, with nanosecond precision
- Precise
Shifted Date Time - Date and with time shift information, with nanosecond precision
- Second
- Seconds (0-61)
- Shifted
Date Time - Date and time with time shift information
- Year
Enums§
Functions§
- parse_
rfc3339_ date - Parse a RFC3339 formatted date string.
- parse_
rfc3339_ datetime - Parse a RFC3339 formatted datetime string.
- parse_
rfc3339_ time - Parse a RFC3339 formatted time string.