[issue39103] [linux] strftime renders %Y with only 3 characters

Brett Cannon report at bugs.python.org
Fri Dec 20 12:37:54 EST 2019


Brett Cannon <brett at python.org> added the comment:

Due note, though, that there's a difference in the implementation of strftime versus strptime, as the former (at least the last time I looked ages ago) uses the libc version of the function and thus probably doesn't try to smooth out differences like this, while the latter is implemented in Python code in the stdlib itself.

----------
nosy: +brett.cannon

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


More information about the Python-bugs-list mailing list