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 utkonos
Recipients belopolsky, brett.cannon, utkonos
Date 2015-12-28.08:32:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451291533.28.0.979317956785.issue25963@psf.upfronthosting.co.za>
In-reply-to
Content
I get a ValueError when running the following through strptime:

datetime.datetime.strptime('(CST)', '(%Z)')

But the following works:
datetime.datetime.strptime('(EST)', '(%Z)')

PST and MST also trigger the same exception.
History
Date User Action Args
2015-12-28 08:32:13utkonossetrecipients: + utkonos, brett.cannon, belopolsky
2015-12-28 08:32:13utkonossetmessageid: <1451291533.28.0.979317956785.issue25963@psf.upfronthosting.co.za>
2015-12-28 08:32:13utkonoslinkissue25963 messages
2015-12-28 08:32:12utkonoscreate