8000 gh-86826: Fix parsing TZ strings in zoneinfo module by serhiy-storchaka · Pull Request #23825 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-86826: Fix parsing TZ strings in zoneinfo module #23825

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Oct 14, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add a NEWS entry.
  • Loading branch information
serhiy-storchaka committed May 6, 2022
commit 11c71180521b589c0563523444801e5344bfdda1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:mod:`zipinfo` supports now the full range of transition hours [-167, 167]
determined by RFC 8536 §3.3.1, instead of the range [-24, 24] determined by
the POSIX standard.
0