[issue7582] [patch] diff.py to use iso timestamp
Amaury Forgeot d'Arc
report at bugs.python.org
Sun Dec 27 21:45:04 CET 2009
Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:
Using ISO format certainly makes sense, but it seems to me that after
dt=datetime.fromtimestamp(mtime), dt.tzinfo is always None, so the test is
not necessary.
----------
nosy: +amaury.forgeotdarc
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7582>
_______________________________________
More information about the Python-bugs-list
mailing list