pub(super) fn format_time<const CONFIG: EncodedConfig>(
output: &mut (impl Write + ?Sized),
time: Time,
) -> Result<usize, Format>
Available on crate feature
formatting
only.Expand description
Format the time portion of ISO 8601.