R. David Murray added the comment:

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.

----------
assignee:  -> docs@python
components: +Documentation -Library (Lib)
nosy: +docs@python, r.david.murray
stage:  -> needs patch
versions: +Python 3.4 -Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20281>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to