commit | a5308e188b810e5cc69c1570bdc9b21ed6c87805 | [log] [tgz] |
---|---|---|
author | Paul Ganssle <1377457+pganssle@users.noreply.github.com> | Thu Apr 27 10:27:27 2023 -0600 |
committer | GitHub <noreply@github.com> | Thu Apr 27 10:27:27 2023 -0600 |
tree | d18ea25d46c30ed94c2610c641baeb47e5c08624 | |
parent | b701dce340352e1a20c1776feaa368d4bba91128 [diff] |
GH-90750: Use datetime.fromisocalendar in _strptime (#103802) Use datetime.fromisocalendar in _strptime This unifies the ISO → Gregorian conversion logic and improves handling of invalid ISO weeks.