[New-bugs-announce] [issue25963] strptime not parsing some timezones

Utkonos report at bugs.python.org
Mon Dec 28 03:32:13 EST 2015


New submission from Utkonos:

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.

----------
messages: 257108
nosy: belopolsky, brett.cannon, utkonos
priority: normal
severity: normal
status: open
title: strptime not parsing some timezones
type: behavior
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25963>
_______________________________________


More information about the New-bugs-announce mailing list