time::formatting

Function fmt_second

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

Format the second into the designated output.