Function time::formatting::fmt_second
source ยท fn fmt_second(
output: &mut impl Write,
time: Time,
_: Second,
) -> Result<usize, Error>
Expand description
Format the second into the designated output.
fn fmt_second(
output: &mut impl Write,
time: Time,
_: Second,
) -> Result<usize, Error>
Format the second into the designated output.