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 eryksun
Recipients Carsten Fuchs, CharlieClark, Dominik Geldmacher, Manjusaka, eryksun, jeremy.kloth, jkloth, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2021-03-27.05:48:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616824105.98.0.96638418501.issue36792@roundup.psfhosted.org>
In-reply-to
Content
ucrt in Windows 10 v2004 uses an internal wide-character version of the time-zone name, which gets updated by _tzset() and kept in sync with the _tzname encoded strings. Also, note that the current implementation uses the locale's ANSI code page for both "de-DE" and "de_DE". UTF-8 has to be requested explicitly when using a BCP-47 locale name, such as "de_DE.UTF-8" or "de-DE.UTF-8", and UTF-8 is the only explicit codeset that's allowed in this case.
History
Date User Action Args
2021-03-27 05:48:26eryksunsetrecipients: + eryksun, paul.moore, vstinner, tim.golden, jkloth, jeremy.kloth, zach.ware, steve.dower, Manjusaka, CharlieClark, Dominik Geldmacher, Carsten Fuchs
2021-03-27 05:48:25eryksunsetmessageid: <1616824105.98.0.96638418501.issue36792@roundup.psfhosted.org>
2021-03-27 05:48:25eryksunlinkissue36792 messages
2021-03-27 05:48:25eryksuncreate