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 dendory
Recipients Mike.Owens, SilentGhost, dendory, docs@python, r.david.murray
Date 2015-06-26.20:14:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435349646.62.0.0589439583662.issue20281@psf.upfronthosting.co.za>
In-reply-to
Content
Why is the focus on documentation entries when the real work should be on trying to make this function to work on all platforms?

I understand that Windows's implementation of strftime() defines %z and %Z to return the same thing, but timezone information is still available in other ways. For example, _get_timezone() returns the offset in seconds between localtime and UTC. I don't have VC++ 2010 installed so I can't test it but this seems like a fairly simple thing to fix. Just take that result and multiply.

ref: https://msdn.microsoft.com/en-us/library/38wx0s70%28v=vs.100%29.aspx
History
Date User Action Args
2015-06-26 20:14:06dendorysetrecipients: + dendory, r.david.murray, SilentGhost, docs@python, Mike.Owens
2015-06-26 20:14:06dendorysetmessageid: <1435349646.62.0.0589439583662.issue20281@psf.upfronthosting.co.za>
2015-06-26 20:14:06dendorylinkissue20281 messages
2015-06-26 20:14:06dendorycreate