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 Aaron.Meurer
Recipients Aaron.Meurer, civalin, ezio.melotti, r.david.murray, vstinner
Date 2014-04-12.17:14:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397322864.27.0.367137367614.issue20010@psf.upfronthosting.co.za>
In-reply-to
Content
Nowhere at https://docs.python.org/3.5/library/time.html#time.strftime is it indicated that %z behaves differently on different platforms. What it *does* say is

%z	Time zone offset indicating a positive or negative time difference from UTC/GMT of the form +HHMM or -HHMM, where H represents decimal hour digits and M represents decimal minute digits [-23:59, +23:59].

I see now that this is mentioned in the footnote at the bottom of the page.

I would split that footnote into two notes. It's really about two things, %Z/%z compatibility, and the RFC. The RFC note should stay as it is in the footnote, but I would move the bits about %Z/%z compatibility much close to their entries in the table, as that is where people are going to look (I personally wouldn't even hide the information in a footnote, but that can be debated).
History
Date User Action Args
2014-04-12 17:14:24Aaron.Meurersetrecipients: + Aaron.Meurer, vstinner, ezio.melotti, r.david.murray, civalin
2014-04-12 17:14:24Aaron.Meurersetmessageid: <1397322864.27.0.367137367614.issue20010@psf.upfronthosting.co.za>
2014-04-12 17:14:24Aaron.Meurerlinkissue20010 messages
2014-04-12 17:14:23Aaron.Meurercreate