[issue43649] time.strftime('%z') doesn't return UTC offset in the form ±HHMM

Steve Dower report at bugs.python.org
Fri Apr 23 17:51:17 EDT 2021


Steve Dower <steve.dower at python.org> added the comment:

I agree with Eryk, this is not an issue with the supported C runtime.

mingw-w64 has supposedly been working on UCRT support (it may even be working already?), and that is what will be necessary. We certainly aren't going to try and runtime detect this and reimplement it in the stdlib.

----------
resolution:  -> third party
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43649>
_______________________________________


More information about the Python-bugs-list mailing list