[issue25963] strptime not parsing some timezones

Martin Panter report at bugs.python.org
Thu Dec 31 21:11:19 EST 2015


Martin Panter added the comment:

I suspect the datetime module’s %Z parsing depends on the locale, just like time.strptime() does: <https://docs.python.org/dev/library/time.html#time.strptime>.

----------
nosy: +martin.panter

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


More information about the Python-bugs-list mailing list