Function chrono::format::formatting::write_hundreds

source ยท
pub(crate) fn write_hundreds(w: &mut impl Write, n: u8) -> Result
Expand description

Equivalent to {:02} formatting for n < 100.