Function time::formatting::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.