StructsΒ§
- Date
Time πPrinter - Designators π
- Span
Printer π - A printer for Temporal spans.
ConstantsΒ§
- DESIGNATORS_
LOWERCASE π - DESIGNATORS_
UPPERCASE π - MAX_
DATETIME_ πLEN - Defines the maximum possible length (in bytes) of an ISO 8601 datetime.
- MAX_
DATE_ πLEN - Defines the maximum possible length (in bytes) of an ISO 8601 date.
- MAX_
DURATION_ πLEN - Defines the maximum possible length (in bytes) of a duration printed in the Temporal ISO 8601 format.
- MAX_
ISO_ πWEEK_ DATE_ LEN - Defines the maximum possible length (in bytes) of an ISO 8601 week date.
- MAX_
OFFSET_ πLEN - Defines the maximum possible length (in bytes) of an offset.
- MAX_
SPAN_ πLEN - Defines the maximum possible length (in bytes) of a
Spanprinted in the Temporal ISO 8601 format. - MAX_
TIMESTAMP_ πOFFSET_ LEN - Defines the maximum possible length (in bytes) of an RFC 3339 timestamp with an offset (up to minute precision).
- MAX_
TIMESTAMP_ πZULU_ LEN - Defines the maximum possible length (in bytes) of an RFC 3339 timestamp that is always in Zulu time.
- MAX_
TIME_ πLEN - Defines the maximum possible length (in bytes) of an ISO 8601 time.
- REASONABLE_
PIECES_ πLEN - Defines the βmaximumβ possible length (in bytes) of an RFC 9557 zoned datetime via the βpiecesβ API.
- REASONABLE_
ZONED_ πLEN - Defines the βmaximumβ possible length (in bytes) of an RFC 9557 zoned datetime.