Expand description
ISO 8601 date and time parsing and formatting functions.
Modules§
- option
- ISO 8601 date and time parsing and formatting functions for optional values.
Functions§
- deserialize
- Deserialize an ISO 8601 date and time string into an
OffsetDateTime. - parse_
iso8601 - Parse an ISO 8601 date and time string into an
OffsetDateTime. - serialize
- Serialize an
OffsetDateTimeto an ISO 8601 date and time string. - to_
iso8601 - Convert an
OffsetDateTimeto an ISO 8601 string.