-
Notifications
You must be signed in to change notification settings - Fork 0
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
Proleptic Julian calendar #35
Comments
In general proleptic dates refer to dates before the epoch but for the Julian calendar it seems to be slightly different. I based that date on Chapter 15 of the Explanatory Supplement to the Astronomical Almanac, 3rd edition which states:
Interestingly a different wikipedia page than the one you referenced states:
So it seems there isn't strict agreement on what constitutes a proleptic Julian calendar date. |
The last paragraph on p.595 is interesting and consistent with Wikipedia.
That means that the Julian calendar as used now is only valid from March 1, CE 4. And the point of "proleptic" is that dates before are extrapolated and not inline with historical dates. So I'd argue that wikipedia is correct on this, with respect to what one would want to specify proleptic for. |
While the Julian calendar didn't run smoothly until Augustus' correction it was Caesar's reform that really ended the difficulties and misalignment between the Roman civic calendar and the solar calendar; 46 BCE was the last year of confusion and contained 445 days. Wikipedia makes a reasonable case for using 8 CE as the start (end?) of the proleptic Julian calendar but it lacks any references for the choice. Richards is clear on how the proleptic Julian calendar is formed, and while not necessarily the final word, I haven't yet found any other published works to the contrary. If one uses the definition of extrapolated to times before its adoption for proleptic then the date of Caesar's reform seems to be appropriate. It might be a good idea to add comments in the source covering some of this, and possibly a constant for the date of stabilization. I will keep looking for other books/articles on the topic to see if there are other accepted definitions of the proleptic Julian calendar. Mapping Time is written by Richards so agrees with Chapter 15 while Calendrical Calculations doesn't seem to directly address the issue. |
This is in the source:
However in wikipedia have this interesting statement:
So I suspect that the
isProleptic
for the Julian Calendar calculates this wrongly.The text was updated successfully, but these errors were encountered: