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 dendory, r.david.murray
Date 2015-06-26.19:53:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435348425.27.0.248695254853.issue24517@psf.upfronthosting.co.za>
In-reply-to
Content
Uh? But that's completely besides the point. Windows provides timezone offset information in a different way than Linux does (through the Registry) but it's still available. It's trivial to do in .NET for example:

    Console.WriteLine(TimeZone.CurrentTimeZone.GetUtcOffset(DateTime.Now));

Aren't a lot of things implemented differently in Linux and Windows? I'm not familiar with Python's internals, but I'm sure a lot of functions are implemented differently cross platform. This bug is certainly valid, as any code using this function will not work as expected on this platform.
History
Date User Action Args
2015-06-26 19:53:45dendorysetrecipients: + dendory, r.david.murray
2015-06-26 19:53:45dendorysetmessageid: <1435348425.27.0.248695254853.issue24517@psf.upfronthosting.co.za>
2015-06-26 19:53:45dendorylinkissue24517 messages
2015-06-26 19:53:45dendorycreate