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 belopolsky, docs@python
Date 2010-06-23.17:37:27
SpamBayes Score 0.046731927
Marked as misclassified No
Message-id <1277314649.67.0.0693015747916.issue9063@psf.upfronthosting.co.za>
In-reply-to
Content
The result given when Eastern tzinfo object is used is clearly wrong.  The timezone shift should not change the actual time, but

>>> x == x.astimezone(Eastern)
False

while

>>> x == x.astimezone(Local)
True
History
Date User Action Args
2010-06-23 17:37:29belopolskysetrecipients: + belopolsky, docs@python
2010-06-23 17:37:29belopolskysetmessageid: <1277314649.67.0.0693015747916.issue9063@psf.upfronthosting.co.za>
2010-06-23 17:37:27belopolskylinkissue9063 messages
2010-06-23 17:37:27belopolskycreate