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
I think that this library is intended to have similar functionality to the Python module of the same name. I think it is difficult to find date handling libraries that support different calendar types.
I just noticed that the Gregorian definition of leap years is hard-coded in datetime-fortran:
https://github.com/wavebitscientific/datetime-fortran/blob/master/src/lib/mod_datetime.f90#L1053
I guess this would prohibit the use of different calendars (e.g. noleap) - could this cause any problems, e.g. with RYF?
Note that this also means a proleptic Gregorian calendar is applied prior to the year 1582 (see COSIMA/access-om2#117).
The text was updated successfully, but these errors were encountered: