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 jamercee
Recipients SilentGhost, belopolsky, jamercee, p-ganssle
Date 2020-05-26.16:24:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590510274.54.0.879984058522.issue40771@roundup.psfhosted.org>
In-reply-to
Content
My bad. I read the docs, but mistakenly believed platform support meant OS. I figured since Windows maketh then Windows should taketh. I've spent the day studying the _datetimemodule.c code and now realize my error.

Question -- it seems to me an unnecessary limitation.  If someone were willing to submit a platform neutral version of localtime/gmtime that worked identically on all platforms, would this be met with eagerness? Or more of a shoulder shrug?

It's a fair amount of effort, and I'm willing to commit to it, but if the issue only matters to me, I can work around it.
History
Date User Action Args
2020-05-26 16:24:34jamerceesetrecipients: + jamercee, belopolsky, SilentGhost, p-ganssle
2020-05-26 16:24:34jamerceesetmessageid: <1590510274.54.0.879984058522.issue40771@roundup.psfhosted.org>
2020-05-26 16:24:34jamerceelinkissue40771 messages
2020-05-26 16:24:34jamerceecreate