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 belopolsky
Recipients BreamoreBoy, amaury.forgeotdarc, belopolsky, dimonb, lemburg
Date 2014-06-29.19:33:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404070411.67.0.236680494647.issue13413@psf.upfronthosting.co.za>
In-reply-to
Content
Same result on a freshly compiled

Python 3.4.1 (default, Jun 29 2014, 15:26:46)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-4)] on linux

$ TZ=Europe/Moscow ~/Apps/bin/python3 -c "import time; print(time.daylight)"
0

I suspect that the problem was with OP's system timezone database.
History
Date User Action Args
2014-06-29 19:33:31belopolskysetrecipients: + belopolsky, lemburg, amaury.forgeotdarc, BreamoreBoy, dimonb
2014-06-29 19:33:31belopolskysetmessageid: <1404070411.67.0.236680494647.issue13413@psf.upfronthosting.co.za>
2014-06-29 19:33:31belopolskylinkissue13413 messages
2014-06-29 19:33:31belopolskycreate