Module printer

Module printer 

Source

StructsΒ§

DateTimePrinter πŸ”’
Designators πŸ”’
SpanPrinter πŸ”’
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 Span printed 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.