Dublin day count

The Dublin day count is a truncated Julian day with an epoch of noon on December 31, 1899.

This is a convenience module, it uses Day count class class for all functions.

convertdate.dublin.from_datetime(date)
convertdate.dublin.from_gregorian(year, month, day)
convertdate.dublin.from_jd(jdc)
convertdate.dublin.from_julian(year, month, day)
convertdate.dublin.to_datetime(dc)
convertdate.dublin.to_gregorian(dc)

From day count to Gregorian (year, month, day) tuple

convertdate.dublin.to_jd(dc)
convertdate.dublin.to_julian(dc)

From day count to Julian (year, month, day) tuple