[go: up one dir, main page]

Module iso8601

Source
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 OffsetDateTime to an ISO 8601 date and time string.
to_iso8601
Convert an OffsetDateTime to an ISO 8601 string.