This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author techtonik
Recipients amaury.forgeotdarc, brian.curtin, srumbalski, techtonik
Date 2010-02-09.08:44:28
SpamBayes Score 5.2386175e-05
Marked as misclassified No
Message-id <1265705070.41.0.13908807034.issue7582@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-02-09 08:44:30techtoniksetrecipients: + techtonik, amaury.forgeotdarc, brian.curtin, srumbalski
2010-02-09 08:44:30techtoniksetmessageid: <1265705070.41.0.13908807034.issue7582@psf.upfronthosting.co.za>
2010-02-09 08:44:29techtoniklinkissue7582 messages
2010-02-09 08:44:28techtonikcreate