Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cal] Implement Julian calendar #4

Open
duckinator opened this issue May 26, 2020 · 0 comments
Open

[cal] Implement Julian calendar #4

duckinator opened this issue May 26, 2020 · 0 comments
Labels
missing functionality Something required by a standard (probably POSIX) was knwoingly not implemented.

Comments

@duckinator
Copy link
Owner

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.

@duckinator duckinator added the missing functionality Something required by a standard (probably POSIX) was knwoingly not implemented. label Jun 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
missing functionality Something required by a standard (probably POSIX) was knwoingly not implemented.
Projects
None yet
Development

No branches or pull requests

1 participant