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 r.david.murray
Recipients Mike.Owens, docs@python, r.david.murray
Date 2014-01-16.19:06:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389899181.72.0.33025317289.issue20281@psf.upfronthosting.co.za>
In-reply-to
Content
Please see the footnote on the 'time' documentation page.  It sounds like Windows is treating %z as if was %Z.

There should be a reference to that footnote from the %z table entry, so that's a doc bug.  Might also be worth explicitly mentioning this weird Windows behavior.

FYI, you can use the strftime functionality of the datetime module to get cross platform %z support.
History
Date User Action Args
2014-01-16 19:06:21r.david.murraysetrecipients: + r.david.murray, docs@python, Mike.Owens
2014-01-16 19:06:21r.david.murraysetmessageid: <1389899181.72.0.33025317289.issue20281@psf.upfronthosting.co.za>
2014-01-16 19:06:21r.david.murraylinkissue20281 messages
2014-01-16 19:06:21r.david.murraycreate