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:21:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404069680.43.0.283749686612.issue13413@psf.upfronthosting.co.za>
In-reply-to
Content
I think this is out-of-date.  On Mac OS X, I get

```
$ python3 -V
Python 3.4.1
$ TZ=Europe/Moscow python3 -c "import time; print(time.daylight)"
0
```

I'll check on Linux now ...
History
Date User Action Args
2014-06-29 19:21:20belopolskysetrecipients: + belopolsky, lemburg, amaury.forgeotdarc, BreamoreBoy, dimonb
2014-06-29 19:21:20belopolskysetmessageid: <1404069680.43.0.283749686612.issue13413@psf.upfronthosting.co.za>
2014-06-29 19:21:20belopolskylinkissue13413 messages
2014-06-29 19:21:20belopolskycreate