MAX_DURATION_LEN

Constant MAX_DURATION_LEN 

Source
const MAX_DURATION_LEN: usize = 35;
Expand description

Defines the maximum possible length (in bytes) of a duration printed in the Temporal ISO 8601 format.

This applies to both signed and unsigned durations. Unsigned durations have one more digit, but signed durations can have a negative sign.