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 r.david.murray
Recipients akira, belopolsky, cool-RR, r.david.murray
Date 2014-09-15.15:36:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410795409.62.0.847245412328.issue22377@psf.upfronthosting.co.za>
In-reply-to
Content
I think its existing behavior is because it doesn't have access to a list of recognized timezones.  As you say, this could be fixed by PEP 431.  It could also be fixed by adopting the "email standard" timezones (see email/_parseaddr.py), which is a def-facto standard.

Regardless of whether something is done to expand the number of timezone it knows about, though, there's a current doc bug that should be fixed.  If someone wants to advocate for expanding the timezone list, that should be a separate issue.
History
Date User Action Args
2014-09-15 15:36:49r.david.murraysetrecipients: + r.david.murray, belopolsky, cool-RR, akira
2014-09-15 15:36:49r.david.murraysetmessageid: <1410795409.62.0.847245412328.issue22377@psf.upfronthosting.co.za>
2014-09-15 15:36:49r.david.murraylinkissue22377 messages
2014-09-15 15:36:49r.david.murraycreate