Closed xayhewalo closed 3 years ago
I can look into the algorithm more to see if there's a way to support such extreme dates. If not, I can add a warning. What's your use case for using the proleptic Gregorian calendar in this time frame? Knowing that might be helpful in drafting a warning.
Making prehistoric timelines indifferent calendars. I.e the Dinosaurs became extinct ### years before the reform of the julian calendar, etc.
convertdate.julian.from_gregorian
is incorrect for dates before January 23, 4717 BCE (Gregorian)After reading the code it looks like this is an intrinsic problem with the algorithm. Does
convertdate
not support dates before -4716? If so there should be a warning in the documentation.edit: fixed the dates