fn pad_clocktime(f: &mut Formatter<'_>, sign: Sign, buf: &str) -> ResultExpand description
Performs the correct padding for a clock time which has already been
emitted into a str, as by write_clocktime. The str should not
contain the sign; that will be added by this method.