Module calendrical_calculations::julian
source · Expand description
The Julian calendar
Constants§
Functions§
- Get a fixed date from the ymd of a Julian date; years are counted as in Calendrical Calculations by Reingold & Dershowitz, meaning there is no year 0. For instance, near the epoch date, years are counted: -3, -2, -1, 1, 2, 3 instead of -2, -1, 0, 1, 2, 3.