fn fmt_hour( output: &mut (impl Write + ?Sized), time: Time, _: Hour, ) -> Result<usize, Error>
formatting
Format the hour into the designated output.