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 zwn
Recipients zwn
Date 2013-03-03.14:25:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362320710.15.0.670090383938.issue17342@psf.upfronthosting.co.za>
In-reply-to
Content
According to http://docs.python.org/2/library/datetime.html#strftime-strptime-behavior the %z directive is used to specify the timezone offset  of the form +HHMM or -HHMM. However it is not implemented in datetime.strptime.

I'd prefer to have %z available in strptime but if not having it is a deliberate decision I think it should be mentioned in the documentation as not to confuse users.
History
Date User Action Args
2013-03-03 14:25:10zwnsetrecipients: + zwn
2013-03-03 14:25:10zwnsetmessageid: <1362320710.15.0.670090383938.issue17342@psf.upfronthosting.co.za>
2013-03-03 14:25:10zwnlinkissue17342 messages
2013-03-03 14:25:09zwncreate