-
Notifications
You must be signed in to change notification settings - Fork 2
[cal] Implement Julian calendar #4
Copy link
Copy link
Open
Labels
missing functionalitySomething required by a standard (probably POSIX) was knwoingly not implemented.Something required by a standard (probably POSIX) was knwoingly not implemented.
Description
Activity
Metadata
Metadata
Assignees
Labels
missing functionalitySomething required by a standard (probably POSIX) was knwoingly not implemented.Something required by a standard (probably POSIX) was knwoingly not implemented.
At the moment only the hard-coded September 1752 (the month the Julian->Gregorian calendar transition happens in POSIX-compliant cal implementations) and later is implemented.
All dates before that are represented with the Julian calendar, but this needs to be implemented.
There is a
j_build_month(char *buf, int y, int m)function that prints a TODO message, currently.