Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Help older Python parse new Git dates (#3721)
> Current Git (2.45.1) produces strict ISO dates with Z for any time with +00:00 time zone offest. Python prior to 3.11 does not understand these dates. This trunkes the Z in case of ValueError which is what old Python throws. The +00:00 offset is placed in the input string for fromisoformat instead.
- Loading branch information