Arikah Map

Julian day

The Julian day or Julian day number (JDN) is the (integer) number of days that have elapsed since noon Greenwich Mean Time (UT or TT) Monday, January 1, 4713 BC in the proleptic Julian calendar [1]. That noon-to-noon day is counted as Julian day zero. Thus the multiples of 7 are Mondays. Negative values can also be used. Today (noon-to-noon UTC) the value is 2454170.

The Julian Date (JD) is the number of days (with decimal fraction of the day) that have elapsed since the same epoch. Currently the value is 2454170.3729167. The largest integer smaller than this value (its floor) gives the Julian day number.

The Julian day number can be considered a very simple calendar, where its calendar date is just an integer. This is useful for reference, computations, and conversions. The Julian day system was introduced by astronomers to provide with a single system of dates that could be used when working with different calendars and to unify different historical chronologies. Apart from the choice of the zero point and name, this Julian day and Julian date are not related to the Julian calendar.


Contents

Julian Date

Historical Julian Dates were recorded relative to GMT or Ephemeris Time, but the International Astronomical Union now recommends that Julian Dates be specified in Terrestrial Time, and that when necessary to specify Julian Dates using a different time scale, that the time scale used be indicated when required, such as JD(UT1). The fraction of the day is found by converting the number of hours, minutes, and seconds after noon into the equivalent decimal fraction.

The term Julian date is also used to refer to:

The use of Julian date to refer to the day-of-year (ordinal date) is usually considered to be incorrect.

Alternatives

Because the starting point is so long ago, numbers in the Julian day can be quite large and cumbersome. A more recent starting point is sometimes used, for instance by dropping the leading digits, in order to fit into limited computer memory with an adequate amount of precision.

MJD = JD − 2,400,000.5
Currently the value is 2454170.3729167 − 2400000.5 = 54169.8729167.

The day is found by rounding downward, currently giving 54169. This number changes at midnight UT or TT. It is 2,400,001 less than the Julian day number (the integer) of the same day. It is (of course) a multiple of 7 on Wednesdays.

The MJD was introduced by the Smithsonian Astrophysical Observatory in 1957 to record the orbit of Sputnik via an IBM 704 (36-bit machine) and using only 18 bits until 2576-08-07. MJD is the epoch of OpenVMS, using 63 bit date/time postponing the next Y2K campaign to 31-JUL-31086 02:48:05.47.
RJD = JD − 2400000
TJD = JD − 2440000.5
but NIST treats it as cyclical:
TJD = (JD − 0.5) mod 10000
DJD = JD − 2415020
RD = JD − 1721424.5

History

The Julian day number is based on the Julian Period proposed by Joseph Scaliger in 1583, at the time of the Gregorian calendar reform, but it is the multiple of three calendar cycles used with the Julian calendar:

15 (indiction cycle) × 19 (Metonic cycle) × 28 (Solar cycle) = 7980 years

Its epoch falls at the last time when all three cycles were in their first year together — Scaliger chose this because it pre-dated all historical dates.

Note: although many references say that the "Julian" in "Julian day" refers to Scaliger's father, Julius Scaliger, in the introduction to Book V of his Opus de Emendatione Temporum (Work on the Emendation of Time) he states: "Iulianum vocauimus: quia ad annum Iulianum dumtaxat accomodata est" which translates more or less as "We have called it Julian merely because it is accommodated to the Julian year". This "Julian" refers to Julius Caesar, who introduced the Julian calendar in 46 BC.

In his book Outlines of Astronomy, first published in 1849, the astronomer John Herschel wrote:

The first year of the current Julian period, or that of which the number in each of the three subordinate cycles is 1, was the year 4713 B.C., and the noon of the 1st of January of that year, for the meridian of Alexandria, is the chronological epoch, to which all historical eras are most readily and intelligibly referred, by computing the number of integer days intervening between that epoch and the noon (for Alexandria) of the day, which is reckoned to be the first of the particular era in question. The meridian of Alexandria is chosen as that to which Ptolemy refers the commencement of the era of Nabonassar, the basis of all his calculations.

Astronomers adopted Herschel's Julian Days in the late nineteenth century, but used the meridian of Greenwich instead of Alexandria, after the former was made the Prime Meridian by international conference in 1884. This has now become the standard system of Julian days. Julian days are typically used by astronomers to date astronomical observations, thus eliminating the complications resulting from using standard calendar periods like eras, years, or months.

Julian days begin at noon because when Herschel recommended them, the astronomical day began at noon (it did so until 1925). The astronomical day had begun at noon ever since Ptolemy chose to begin the days in his astronomical periods at noon. He chose noon because the transit of the Sun across the observer's meridian occurs at the same apparent time every day of the year, unlike sunrise or sunset, which vary by several hours. Midnight was not even considered because it could not be accurately determined using water clocks. Nevertheless, he double-dated most nighttime observations with both Egyptian days beginning at sunrise and Babylonian days beginning at sunset. This would seem to imply that his choice of noon was not, as is sometimes stated, made in order to allow all observations from a given night to be recorded with the same date.

Calculation

The Julian day number can be calculated using the following formulas:

The months January to December are 1 to 12. Astronomical year numbering is used, thus 1 BC is 0, 2 BC is −1, and 4713 BC is −4712. In all divisions (except for JD) the floor function is applied to the quotient (for dates since 1 March −4800 all quotients are non-negative, so we can also apply truncation).

<math>\begin{matrix}a & = & \left\lfloor\frac{14 - month}{12}\right\rfloor \\ \\y & = & year + 4800 - a \\ \\m & = & month + 12a - 3 \\\end{matrix}</math>

For a date in the Gregorian calendar (at noon):

<math>\begin{matrix}JDN & = & day + \left\lfloor\frac{153m + 2}{5}\right\rfloor + 365y + \left\lfloor\frac{y}{4}\right\rfloor - \left\lfloor\frac{y}{100}\right\rfloor + \left\lfloor\frac{y}{400}\right\rfloor - 32045\end{matrix}</math>

For a date in the Julian calendar (at noon):

<math>\begin{matrix}JDN & = & day + \left\lfloor\frac{153m + 2}{5}\right\rfloor + 365y + \left\lfloor\frac{y}{4}\right\rfloor - 32083\end{matrix}</math>

The constants used at the end of the Gregorian and Julian formulas are required to return exactly the same values of JDN between March 1, 200 and February 28, 300. The constants are the JDNs of February 29, −4800 in each calendar.

For the full Julian Date, not counting leap seconds (divisions are real numbers):

<math>\begin{matrix}JD & = & JDN + \frac{hour - 12}{24} + \frac{minute}{1440} + \frac{second}{86400}\end{matrix}</math>

So, for example, 1 January 2000 at midday corresponds to JD = 2451545.0

The day of the week can be determined from the Julian day number by calculating it modulo 7, where 0 means Monday.

JDN mod 7 0 1 2 3 4 5 6
Day of the weekMonTueWedThuFriSatSun

Gregorian calendar from Julian day number

We can then develop these formulas into a single inlined formula per component, computed as above. All this computing requires only integers and so is not sensitive to rounding errors caused by floating point approximations (most decimal fractions have an inexact representation within the binary format used by floating point arithmetic used by most computer software, so using them would produce false results on some dates because of roundoff errors).

The formulas below (which use Euclidian division—integer division and modulo—without any negative number) are valid for the whole range of dates since −4800. The resulting date components are valid only in the Gregorian proleptic calendar using astronomical year numbering, which is based on the Gregorian calendar, but extended to cover dates before 1582, including the pre-Christian era. This calendar includes a zero year, which is 1 BC in the proleptic Gregorian calendar, as it is one year before 1 AD.

J = Julian day number
j = J + 32044
g = j div 146097
dg = j mod 146097
c = (dg div 36524 + 1) * 3 div 4
dc = dg − c * 36524
b = dc div 1461
db = dc mod 1461
a = (db div 365 + 1) * 3 div 4
da = db − a * 365
y = g * 400 + c * 100 + b * 4 + a
m = (da * 5 + 308) div 153 − 2
d = da − (m + 4) * 153 div 5 + 122
Y = y − 4800 + (m + 2) div 12
M = (m + 2) mod 12 + 1
D = d + 1

See also

Footnotes

  1. ^ This equals November 24, 4714 BC in the proleptic Gregorian calendar.

References

Categories


Specific calendars | Celestial mechanics

Find

Find

Find