1001Ferramentas
📅 Dates

Rata Die Converter

Convert dates between the Gregorian calendar and Rata Die (Reingold/Dershowitz), the serial number used in bibliography and history systems.

Data → Rata Die

Rata Die → Data

Rata Die (Reingold & Dershowitz) é o número de dias desde 0001-01-01 (proléptico gregoriano). Dia 1 = 0001-01-01.

Rata Die: the day count used as a pivot

Rata Die counts elapsed days from 1 January of year 1 in the Gregorian calendar extended backwards. The name is Latin for fixed date, and the idea comes from Calendrical Calculations, by Nachum Dershowitz and Edward Reingold, which uses the count as the intermediate representation for every calendar it describes.

The reason is practical and applies to any system handling several calendars. Converting directly between pairs needs one function per pair: ten calendars would mean ninety functions. Route everything through a day count and you need two per calendar — one in and one out, twenty in total. Every decent calendar converter is built this way underneath, even when it does not advertise the fact.

Both directions live on the same page, which lets you use the number as a bridge: convert a date to Rata Die here and feed the same number into another converter. Worth noting that dates before 1582 are proleptic — they apply the Gregorian rule to years in which it did not yet apply, which is exactly what a continuous count should do, and not the same as the historical date recorded at the time.

Frequently asked questions

How does it differ from the Julian day?
Only in epoch and moment of rollover. The Julian day begins at noon on 1 January 4713 BC, Rata Die at midnight on 1 January of year 1. The difference is constant, so converting between them means adding 1721424 and a half — and Rata Die has the advantage of being an integer in fewer digits.
Is there a year zero in this count?
The day count has no discontinuity at all: it runs continuously backwards, with negative numbers before year 1. Year zero only appears when you translate the number back into year, month and day — and then it depends on convention, because astronomers use a year zero and historians do not.
Why year 1 and not some other?
Because it is the epoch of the proleptic Gregorian calendar, which was already the book's natural reference. The choice is as arbitrary as any epoch, and what matters is that it is fixed and known. The practical benefit is that modern dates land in the 700 thousands, short enough to read and compare at a glance.

Related Tools