Macro duration_fmt

Source
macro_rules! duration_fmt {
    ($f:ident, $v:expr, 0) => { ... };
    ($f:ident, $v:expr, $scale:tt) => { ... };
}