Available on crate feature
cookies
and (crate features formatting
or parsing
) only.Expand description
The format described in ISO 8601.
Structs§
Enums§
- Date
Kind - Which format to use for the date.
- Formatted
Components - Which components to format.
- Offset
Precision - The precision for the UTC offset.
- Time
Precision - The precision and number of decimal digits present for the time.
Type Aliases§
- Encoded
Config - An encoded
Config
that can be used as a const parameter toIso8601
.