Julian day
From Wikipedia, the free encyclopedia
- JDN redirects here. For the military IT system, see Joint Data Network.
- For the comic book character Julian Gregory Day see Calendar Man.
The Julian day or Julian day number (JDN) is the integer number of days that have elapsed since the initial epoch defined as noon Universal Time (UT) Monday, January 1, 4713 BC in the proleptic Julian calendar.[1] That noon-to-noon day is counted as Julian day 0. Thus the multiples of 7 are Mondays. Negative values can also be used, although those predate all recorded history.
Now at 15:03, Tuesday June 10, 2008 (UTC) the JDN is 2454629. The remainder of this value divided by 7 is 2, an integer expression for the day of the week with 0 representing Monday.
The Julian date (JD) is a continuous count of days and fractions elapsed since the same initial epoch. Currently the JD is 2454628.1277546. The integral part (its floor) gives the Julian day number. The fractional part gives the time of day since noon UT as a decimal fraction of one day or fractional day, with 0.5 representing midnight UT. Typically, a 64-bit floating point (double precision) variable can represent an epoch expressed as a Julian date to about 1 millisecond precision.
A Julian date of 2454115.05486 means that the date and Universal Time is Sunday 14 January 2007 at 13:18:59.9.
The decimal parts of a Julian date:
0.1 = 2.4 hours or 144 minutes or 8640 seconds
0.01 = 0.24 hours or 14.4 minutes or 864 seconds
0.001 = 0.024 hours or 1.44 minutes or 86.4 seconds
0.0001 = 0.0024 hours or 0.144 minutes or 8.64 seconds
0.00001 = 0.00024 hours or 0.0144 minutes or 0.864 seconds.
Almost 2.5 million Julian days have elapsed since the initial epoch. JDN 2,400,000 was November 16, 1858. JD 2,500,000.0 will occur on August 31, 2132 at noon UT.
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. It allows the time between any two dates in history to be computed by simple subtraction.
The Julian day system was introduced by astronomers to provide 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 directly related to the Julian calendar, although it is possible to convert any date from one calendar to the other.
Contents |
[edit] 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:
- Julian calendar dates
- ordinal dates (day-of-year)
The use of Julian date to refer to the day-of-year (ordinal date) is usually considered to be incorrect, however it is widely used that way in the earth sciences and computer programming.
[edit] 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.
Name | Current Epoch | Calculation | Current Value | Notes |
---|---|---|---|---|
Julian Date (JD) | BC 4713-01-01 12:00, Monday | 2454628.1277546 | ||
Julian Day Number (JDN) | BC 4713-01-01 12:00, Monday | JDN = floor (JD) | 2454629 | Changes at Noon UT or TT |
Chronological Julian Day (CJD) | BC 4713-01-01 00:00, Monday | JDN = floor (JD + 0.5) | 2454629 (UT) | Specific to time zone; UT CJD given |
Reduced Julian Day (RJD) | 1858-11-16 12:00, Tuesday | RJD = JD − 2400000 | 54628.1277546 | Used by astronomers |
Modified Julian Day (MJD) | 1858-11-17 00:00, Wednesday | MJD = JD − 2,400,000.5 | 54627.6277546 | Introduced by SAO in 1957 |
Truncated Julian Day (TJD) | 1968-05-24 00:00, Friday 1995-10-10 00:00, Tuesday |
TJD = JD − 2440000.5 TJD = (JD − 0.5) mod 10000 |
14627.6277546 4627.6277545998 |
- Definition as introduced by NASA [1] - NIST definition |
Dublin Julian Day (DJD) | 1899-12-31 12:00, Sunday | DJD = JD − 2415020 | 39608.1277546 | Introduced by the IAU in 1955 |
Lilian Day Number | 1582-10-16, Saturday (as Day 1) | floor (JD - 2299160.5) | 155468 | The count of days of the Gregorian calendar |
ANSI Date | 1601-01-01, Monday (as Day 1) | floor (JD - 2305812.5) | 148816 | The origin of COBOL integer dates |
Rata Die | 0001-01-01, Saturday (as Day 1) | floor (JD - 1721422.5) | 733206 | The count of days of the Common Era |
Excel serial date | 1990-01-01, Monday 1904-01-02, Saturday |
floor (JD − 2415018.5) floor (JD - 2416481.5) |
39610 38147 |
- Definition on PC - Definition on Mac |
Unix Time | 1970-01-01, Thursday | (JD – 2440587.5) × 86400 | 1213110238 | Counts by the second, not the day |
- The Modified Julian Day is found by rounding downward. 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[2].
- The Dublin Julian Day (DJD) is the number of days that has elapsed since the epoch of the solar and lunar ephemerides used from 1900 through 1983, Newcomb's Tables of the Sun and Ernest W. Brown's Tables of the Motion of the Moon (1919). This epoch was noon UT on 0 January 1900, which is the same as noon UT on December 31, 1899. The DJD was defined by the International Astronomical Union at their 1955 meeting in Dublin, Ireland, [2].
- The Lilian day number is a count of days of the Gregorian calendar and not defined relative to the Julian Date. It is an integer applied to a whole day; day 1 was October 15, 1582, which was the day the Gregorian calendar went into effect. It uses the local timezone, not UT. It was named for Aloysius Lilius, the principal author of the Gregorian calendar.
- The ANSI Date defines January 1, 1601 as day 1, and is used as the origin of COBOL integer dates. This epoch is the beginning of the previous 400-year cycle of leap years in the Gregorian calendar, which ended with the year 2000.
- Rata Die is a system (or more precisely a family of three systems) used in the book Calendrical Calculations. It uses the local timezone, and day 1 is January 1, 1, that is, the first day of the Christian or Common Era in the proleptic Gregorian calendar.
The Heliocentric Julian Day (HJD) is the same as the Julian day, but adjusted to the frame of reference of the Sun, and thus can differ from the Julian day by as much as 8.3 minutes, that being the time it takes the Sun's light to reach Earth. The Julian day is sometimes referred to as the Geocentric Julian Day (GJD) in order to distinguish it from HJD.
[edit] 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 vocavimus: 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. They were first introduced into variable star work by Edward Charles Pickering, of the Harvard College Observatory, in 1890.[3]
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.
[edit] 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).
For a date in the Gregorian calendar (at noon):
For a date in the Julian calendar (at noon):
The constants used at the end of the Gregorian and Julian formulas are required to return the same JDN for the same date in both calendars between March 1, 200 and February 28, 300. The constants are the JDNs of February 29, −4800 in each calendar. In the proleptic Gregorian calendar the Julian day zero is November 24, 4714 BC which is 32045 days apart from the start of the Gregorian quadricentennial cycle (i.e. 400-year cycle starting and ending in a year divisible by 400) containing the Julian day zero, which begins on March 1 4801 BC in the proleptic Gregorian calendar.
For the full Julian date, not counting leap seconds (divisions are real numbers):
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 week | Mon | Tue | Wed | Thu | Fri | Sat | Sun |
[edit] Gregorian calendar from Julian day number
- Let J be the Julian day number from which we want to compute the date components.
- With J, compute a relative Julian day number j from a Gregorian epoch starting on March 1 −4800 (i.e. March 1 4801 BC in the proleptic Gregorian Calendar), the beginning of the Gregorian quadricentennial 32,044 days before the epoch of the Julian Period.
- With j, compute the number g of Gregorian quadricentennial cycles elapsed (there are exactly 146,097 days per cycle) since the epoch; subtract the days for this number of cycles, it leaves dg days since the beginning of the current cycle.
- With dg, compute the number c (from 0 to 4) of Gregorian centennial cycles (there are exactly 36,524 days per Gregorian centennial cycle) elapsed since the beginning of the current Gregorian quadricentennial cycle, number reduced to a maximum of 3 (this reduction occurs for the last day of a leap centennial year where c would be 4 if it were not reduced); subtract the number of days for this number of Gregorian centennial cycles, it leaves dc days since the beginning of a Gregorian century.
- With dc, compute the number b (from 0 to 24) of Julian quadrennial cycles (there are exactly 1,461 days in 4 years, except for the last cycle which may be incomplete by 1 day) since the beginning of the Gregorian century; subtract the number of days for this number of Julian cycles, it leaves db days in the Gregorian century.
- With db, compute the number a (from 0 to 4) of Roman annual cycles (there are exactly 365 days per Roman annual cycle) since the beginning of the Julian quadrennial cycle, number reduced to a maximum of 3 (this reduction occurs for the leap day, if any, where a would be 4 if it were not reduced); subtract the number of days for this number of annual cycles, it leaves da days in the Julian year (that begins on March 1).
- Convert the four components g, c, b, a into the number y of years since the epoch, by summing their values weighted by the number of years that each component represents (respectively 400 years, 100 years, 4 years, and 1 year).
- With da, compute the number m (from 0 to 11) of months since March (there are exactly 153 days per 5-month cycle; however, these 5-month cycles are offset by 2 months within the year, i.e. the cycles start in May, and so the year starts with an initial fixed number of days on March 1, the month can be computed from this cycle by a Euclidian division by 5); subtract the number of days for this number of months (using the formula above), it leaves d days past since the beginning of the month.
- The Gregorian date (Y, M, D) can then be deduced by simple shifts from (y, m, d).
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 formulae below (which use Euclidian division — integer division (div) and modulo (mod) — without any negative numbers) are valid for the whole range of dates since −4800. For dates before 1582, the resulting date components are valid only in the Gregorian proleptic calendar. This is based on the Gregorian calendar but extended to cover dates before its introduction, including the pre-Christian era. For dates in that era (before year 1 CE), astronomical year numbering is used. This includes a year zero, which immediately precedes 1 CE. Astronomical year zero is 1 BCE in the proleptic Gregorian calendar and, in general, year n BCE = astronomical year 1 − n, and for astronomical year A (A < 1), the BCE year is 1 + abs(A).
- 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.5
[edit] See also
- Julian year (astronomy)
- Julian year (calendar)
- Decimal time
- Epoch (reference date)
- Epoch (astronomy)
- Era
- Time
- Time scales
- Ordinal date
- Dual dating
[edit] Footnotes
- ^ This equals November 24, 4714 BC in the proleptic Gregorian calendar.
- ^ Why Is Wednesday November 17, 1858 The Base Time For VAX/VMS?. Retrieved on 2007-12-13.
- ^ An Introduction to the Study of Variable Stars by Caroline Ellen Furness page 206.
[edit] References
- Gordon Moyer, "The Origin of the Julian Day System," Sky and Telescope 61 (April 1981) 311−313.
- Explanatory Supplement to the Astronomical Almanac, edited by P. Kenneth Seidelmann. University Science Books, 1992. ISBN 0-935702-68-7
[edit] External links
- U.S. Naval Observatory Julian Date Converter
- Julian Day and Civil Date calculator
- U.S. Naval Observatory Time Service article on Modified Julian Date
- U.S. Naval Observatory current MJD service
- MJD explanation (18 bits for dates)
- Peter Baum's date algorithms cover Rata Die
- Outlines of Astronomy by John Herschel
- International Astronomical Union Resolution 1B: On the Use of Julian Dates
- Open-source date conversion software
- Calendrica
- Another Julian Day calculator with conversions to many other calendars valid from 1 January 100 proleptic Gregorian calendar
- Pc-Calculator, Julian Date Calculator