You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: