Paul Eggert

Results 13 comments of Paul Eggert

I found an extra bug in the code while re-reviewing my patch: there's an off-by-an-hour bug when daylight saving is in effect. This bug is also present in the original...

After creating this PR Github reports "Some checks were not successful", but looking at the details these all appears to be problems with the Github CI (e.g., "We are currently...

> My plan was to actually backport as much of the pure Python logic from `zoneinfo` as possible into `dateutil`, Yes, that would be nice as well. I did it...