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 brian.curtin
Recipients amaury.forgeotdarc, brian.curtin, srumbalski, techtonik
Date 2010-01-10.18:57:53
SpamBayes Score 0.004730518
Marked as misclassified No
Message-id <1263149875.57.0.513846303081.issue7582@psf.upfronthosting.co.za>
In-reply-to
Content
http://msdn.microsoft.com/en-us/library/2t504ch6%28VS.80%29.aspx has some info for how this is implemented on Windows, and I get the same results on my Mac. 

On Linux an AttributeError is raised time.struct_time not having an attribute is_dst, and time.daylight matches the other two platforms.
History
Date User Action Args
2010-01-10 18:57:55brian.curtinsetrecipients: + brian.curtin, amaury.forgeotdarc, techtonik, srumbalski
2010-01-10 18:57:55brian.curtinsetmessageid: <1263149875.57.0.513846303081.issue7582@psf.upfronthosting.co.za>
2010-01-10 18:57:54brian.curtinlinkissue7582 messages
2010-01-10 18:57:53brian.curtincreate