Function time::formatting::fmt_hour

source ยท
fn fmt_hour(
    output: &mut impl Write,
    time: Time,
    _: Hour,
) -> Result<usize, Error>
Expand description

Format the hour into the designated output.