[issue7582] [patch] diff.py to use iso timestamp

anatoly techtonik report at bugs.python.org
Tue Feb 9 09:44:30 CET 2010


anatoly techtonik <techtonik at gmail.com> added the comment:

You are right.
----[pydst.py]------
import time

print time.asctime()
print time.localtime().tm_isdst
print time.daylight
--------------------

Tue Feb 09 10:31:47 2010
0
1

Sun May 09 10:33:20 2010
1
1


There is already an issue #7229 to correct the docs. I'll adjust my patch accordingly. Thanks for collaboration.

----------

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


More information about the Python-bugs-list mailing list