time::formatting

Function fmt_hour

Source
fn fmt_hour(
    output: &mut impl Write,
    time: Time,
    _: Hour,
) -> Result<usize, Error>
Available on crate feature formatting only.
Expand description

Format the hour into the designated output.