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 vstinner
Recipients belopolsky, izbyshev, p-ganssle, pitrou, serhiy.storchaka, taleinat, vstinner
Date 2018-08-29.17:15:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535562917.9.0.56676864532.issue34481@psf.upfronthosting.co.za>
In-reply-to
Content
Because caring of surrogates, I would prefer to first fix time.strftime() and time.strptime() for legit time zone names. Currently, Python uses the C function strfime() because the string produced by wcsftime() cannot be parsed later. We should use the native Windows API to get the time zone name properly encoded. I don't recall the details, sorry. There is maybe an open issue for that one.
History
Date User Action Args
2018-08-29 17:15:17vstinnersetrecipients: + vstinner, belopolsky, pitrou, taleinat, serhiy.storchaka, p-ganssle, izbyshev
2018-08-29 17:15:17vstinnersetmessageid: <1535562917.9.0.56676864532.issue34481@psf.upfronthosting.co.za>
2018-08-29 17:15:17vstinnerlinkissue34481 messages
2018-08-29 17:15:17vstinnercreate