Fix failure to count

This commit is contained in:
Quantum 2022-02-12 23:18:48 -05:00
parent ae8af17635
commit 1d05142cb7
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ same leap year rules as the Gregorian calendar, i.e. every year divisible
by four, except century years not divisible by 400. This method might make
sense, except years 3, 7, and 11 were leap years under the original rules
and were observed as such in real life, but the *Romme* method instead makes
years 4, 6, 11 leap years instead.
years 4, 8, 12 leap years instead.
This version uses the original rules. The [JPL's DE440 and DE441
ephemerides][3] were used to calculate the exact timings of the autumnal

View file

@ -68,7 +68,7 @@
<p>Most versions uses the so-called <em>Romme</em> method for leap years, using the same leap year rules as
the Gregorian calendar, i.e. every year divisible by four, except century years not divisible by 400.
This method might make sense, except years 3, 7, and 11 were leap years under the original rules and
were observed as such in real life, but the <em>Romme</em> method instead makes years 4, 6, 11 leap
were observed as such in real life, but the <em>Romme</em> method instead makes years 4, 8, 12 leap
years instead.</p>
<p>This version uses the original rules. The <a href="https://ssd.jpl.nasa.gov/planets/eph_export.html">JPL's
DE440 and DE441 ephemerides</a> were used to calculate the exact timings of the autumnal equinoxes