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 Rioky
Recipients Rioky
Date 2011-11-23.20:00:47
SpamBayes Score 0.010403869
Marked as misclassified No
Message-id <1322078448.54.0.772868924392.issue13466@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Guys,
Since 31 august 2011 in Russian Federation always DST time.
http://worldtimezone.net/dst_news/dst_news_russia36.html

But
>>> time.tzname
('MSK', 'MSK')
>>> time.localtime().tm_isdst
0
>>> time.timezone
-10800
>>> time.altzone
-14400

i think tm_isdst must be always 1 for my zone, or timezone must be equal altzone
History
Date User Action Args
2011-11-23 20:00:48Riokysetrecipients: + Rioky
2011-11-23 20:00:48Riokysetmessageid: <1322078448.54.0.772868924392.issue13466@psf.upfronthosting.co.za>
2011-11-23 20:00:47Riokylinkissue13466 messages
2011-11-23 20:00:47Riokycreate