[issue13936] RFE: change bool(datetime.time(0, 0, 0)) to evaluate as True

Stefan Krah report at bugs.python.org
Thu Mar 6 00:49:04 CET 2014


Stefan Krah added the comment:

Unix time modulo 86400 gives the number of elapsed seconds in a day
and is zero at midnight.  Also, modular arithmetic is colloquially
called "clock arithmetic" for a reason.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13936>
_______________________________________


More information about the Python-bugs-list mailing list