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

Support Gregorian dates from 1582 to 1970 #36

Open
hollasch opened this issue Apr 4, 2018 · 0 comments
Open

Support Gregorian dates from 1582 to 1970 #36

hollasch opened this issue Apr 4, 2018 · 0 comments

Comments

@hollasch
Copy link
Owner

hollasch commented Apr 4, 2018

See https://en.wikipedia.org/wiki/Gregorian_calendar.

The Gregorian calendar was enacted 1582-10-15. Add code to support such dates. For delta display, we have room to use negative 64-bit values. This task is made easier by the fact that leap seconds didn't exist until 1972, so the calendar is predictable for that time period.

For non-delta values, this may not be simple.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant