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 zacherates
Recipients belopolsky, docs@python, steveire, terry.reedy, zacherates
Date 2012-01-07.16:57:50
SpamBayes Score 3.5682013e-12
Marked as misclassified No
Message-id <1325955471.28.0.0936271571621.issue13666@psf.upfronthosting.co.za>
In-reply-to
Content
This patch fixes the rzinfo typo as well as the GMT2 issue (GMT +2 should behave exactly the same as GMT +1 with regards to DST, it's base offset should simply be +2 hours instead of +1).

This does not; however, address the comment about the first line of the tzinfo.utcoffset(). The fact that tzinfo.utcoffset() should return a timedelta or None is addressed later in the same paragraph, as such I'm not sure the proposed change is an improvement.
History
Date User Action Args
2012-01-07 16:57:51zacheratessetrecipients: + zacherates, terry.reedy, belopolsky, docs@python, steveire
2012-01-07 16:57:51zacheratessetmessageid: <1325955471.28.0.0936271571621.issue13666@psf.upfronthosting.co.za>
2012-01-07 16:57:50zacherateslinkissue13666 messages
2012-01-07 16:57:50zacheratescreate