[issue28565] datetime.strptime %Z doesn't produce aware object

SilentGhost report at bugs.python.org
Mon Oct 31 05:43:41 EDT 2016


SilentGhost added the comment:

According to documentation %z is the only directive that would result in the aware object. %Z is not capable of doing that, so what you're asking is a new feature - that could only go in 3.7

----------
components: +Library (Lib)
nosy: +SilentGhost
title: datetime.strptime %Z doesn't get included in the result -> datetime.strptime %Z doesn't produce aware object
type: behavior -> enhancement
versions: +Python 3.7

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


More information about the Python-bugs-list mailing list