fn fmt_offset_hour(
output: &mut (impl Write + ?Sized),
is_negative: bool,
hour: i8,
_: OffsetHour,
) -> Result<usize, Error>Available on crate feature
formatting only.Expand description
Format the offset hour into the designated output.