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
Is there a way to do calculations, especially for BCE dates?
from flexidate import parse
fd = parse('2 BC')
int(fd.year)+2
Converting to integer would yield year 0. Seems like adopting the astronomical numbering for years before 1 AD is indeed the way to go as far as calculations are involved.
What is flexidate's approach to such issues?
The text was updated successfully, but these errors were encountered:
Is there a way to do calculations, especially for BCE dates?
Converting to integer would yield year 0. Seems like adopting the astronomical numbering for years before 1 AD is indeed the way to go as far as calculations are involved.
What is
flexidate
's approach to such issues?The text was updated successfully, but these errors were encountered: