pub fn format(st: SystemTime) -> StringExpand description
Render a SystemTime in canonical form.
Saturates at the epoch for pre-1970 inputs: the schema has no use for them, and the alternative — a negative-year string — would not be canonical.
pub fn format(st: SystemTime) -> StringRender a SystemTime in canonical form.
Saturates at the epoch for pre-1970 inputs: the schema has no use for them, and the alternative — a negative-year string — would not be canonical.