This test in date.json is invalid and should be removed:
{
"description": "year 0000 is a leap year (0 % 400 == 0)",
"comment": "https://www.rfc-editor.org/rfc/rfc3339#appendix-C — year zero leap year edge case",
"data": "0000-02-29",
"valid": true
},
There is no year zero in the Gregorian calendar.
It looks like this was added via PR #884 (@vtushar06).
This test in date.json is invalid and should be removed:
There is no year zero in the Gregorian calendar.
It looks like this was added via PR #884 (@vtushar06).