Function fmt_second

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

Format the second into the designated output.