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 berker.peksag
Recipients akira, belopolsky, berker.peksag, cool-RR, r.david.murray
Date 2014-09-17.01:21:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410916917.38.0.781442617072.issue22377@psf.upfronthosting.co.za>
In-reply-to
Content
> if PEP 431 is implemented (or anything that gives access to zoneinfo)
> then strptime could extend the list of timezones it accepts (utc + 
> local timezone names) to include names from the tz database:

FTR, I have a WIP(and probably a bit outdated) branch to implement PEP 431 on GitHub:

    https://github.com/berkerpeksag/cpython/tree/pep431
History
Date User Action Args
2014-09-17 01:21:57berker.peksagsetrecipients: + berker.peksag, belopolsky, r.david.murray, cool-RR, akira
2014-09-17 01:21:57berker.peksagsetmessageid: <1410916917.38.0.781442617072.issue22377@psf.upfronthosting.co.za>
2014-09-17 01:21:57berker.peksaglinkissue22377 messages
2014-09-17 01:21:57berker.peksagcreate