[issue42817] timedelta zeropadding hh

Andrei Kulakov report at bugs.python.org
Sun Jan 3 14:57:41 EST 2021


Andrei Kulakov <andrei.avk at gmail.com> added the comment:

In a date, hours are zero-padded probably because that's a common standard for military time dates. But there is no such standard for time periods, therefore timedelta don't have to match date display in respect to zero-padding, in my opinion.

----------
nosy: +andrei.avk

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42817>
_______________________________________


More information about the Python-bugs-list mailing list