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 Vitja.Makarov
Recipients Vitja.Makarov, burak.arslan, izmmisha, petri.lehtinen
Date 2011-11-03.18:38:46
SpamBayes Score 1.1919627e-07
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
We have the same issue in Russia (MSK timezone). It seems to be related to recent changes in timezone info.

It looks like time.timezone is calculated incorrectly.

You can test that with attached script:

$ TZ=Europe/Moscow python /tmp/test_tz.py
-10800 -14400

Both values should be the same.
History
Date User Action Args
2011-11-03 18:38:47Vitja.Makarovsetrecipients: + Vitja.Makarov, petri.lehtinen, burak.arslan, izmmisha
2011-11-03 18:38:47Vitja.Makarovsetmessageid: <[email protected]>
2011-11-03 18:38:47Vitja.Makarovlinkissue13284 messages
2011-11-03 18:38:47Vitja.Makarovcreate