I know you're joking about the bug report, but you could open an issue about it anyway if it genuinely is a thing. I did a quick search though and it looks like it was a transition period between two different calendars. Maybe chrono intentionally assumes Gregorian calendar, or some simplified version of it at least?
Edit: found this in chrono's readme:
Only the proleptic Gregorian calendar (i.e. extended to support older dates) is supported.
I wouldn't open an issue actually since this is specifically called out already.