leap-day-count-uses-y-minus-1

Status: IN

`_days_from_epoch` counts leap days for completed years `1..(y-1)`, not `1..y`, because the current year's leap day is handled separately via the `month > 2` correction

Source: entries/2026/06/06/number-of-days-between-two-dates-solution.md

JSON