Closed MattWellie closed 4 weeks ago
dateutil.relativedelta's interpretation of 'months between two dates' is garbage. It counts the number of calendar months, without considering if those months are multiple years apart. This lead to an erroneous notion of new.
This is amazing!!
Fixes
dateutil.relativedelta
's interpretation of 'months between two dates' is garbage. It counts the number of calendar months, without considering if those months are multiple years apart. This lead to an erroneous notion of new. see https://github.com/dateutil/dateutil/issues/709Proposed Changes
Checklist