I've found a bug in Debian Linux 10 (buster) CLI cal application. If you call call 1752
you will see in the output the month of September is not complete, missing days 3-13. I tryed it in Python 3 (through BPython 3), using calendar module:
import calendar as c
c.prcal(1752)
and all months of 1752 show correct). The bug seems to be present only in the CLI cal Linux application.
As a consequence of this little bug, ALL YEARS previous to 1752 are output incorrectly from cal CLI.
Does anybody know anything about this bug?