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 akira
Recipients akira, belopolsky, cool-RR, r.david.murray
Date 2014-09-13.23:40:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410651606.11.0.972045558826.issue22377@psf.upfronthosting.co.za>
In-reply-to
Content
Without %z (utc offset) strptime returns a naive datetime object that
is interpreted as utc or local time usually.

It might explain why %Z tries to match only utc and the local timezone
names.
History
Date User Action Args
2014-09-13 23:40:06akirasetrecipients: + akira, belopolsky, r.david.murray, cool-RR
2014-09-13 23:40:06akirasetmessageid: <1410651606.11.0.972045558826.issue22377@psf.upfronthosting.co.za>
2014-09-13 23:40:06akiralinkissue22377 messages
2014-09-13 23:40:05akiracreate