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