]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121237: Add `%:z` directive to datetime.strptime (#136961)
authorSemyon Moroz <donbarbos@proton.me>
Fri, 19 Sep 2025 09:25:31 +0000 (13:25 +0400)
committerGitHub <noreply@github.com>
Fri, 19 Sep 2025 09:25:31 +0000 (10:25 +0100)
commit495f589363b236599f266a1a3974435b112506f1
tree8ead7f0e02614a52dcaa3eb82a02e3a6b0858a50
parentac5c5d42a2e542b3d036cdee80c6449157c03e96
gh-121237: Add `%:z` directive to datetime.strptime (#136961)
Doc/library/datetime.rst
Lib/_strptime.py
Lib/test/datetimetester.py
Lib/test/test_strptime.py
Misc/NEWS.d/next/Library/2025-07-21-20-00-42.gh-issue-121237.DyxNqo.rst [new file with mode: 0644]