CINXE.COM
Earth and Moon Viewer: Time and Date
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title> Earth and Moon Viewer: Time and Date </title> <link rel="stylesheet" href="/documents/styles/standard_screen.css" type="text/css" /> <style type="text/css"> p { text-align: justify; } span.adbc { font-variant: small-caps; text-transform: lowercase; } </style> </head> <body class="standard"> <h1 class="c"> <img src="../icons/terre.png" alt="" class="left" width="64" height="64" /> <img src="../icons/lune.png" alt="" class="right" width="64" height="64" /> Earth and Moon Viewer:<br /> Specifying Time and Date <br class="cb" /> </h1> <hr /> <form method="post" action="/cgi-bin/Earth"> <p class="c"> <b>Time:</b><label><input type="radio" name="date" value="0" /> Now</label> <label><input type="radio" name="date" value="1" checked="checked" /> UTC:</label> <input type="text" name="utc" value="1969-07-20 22:17:40" size="20" /> <label><input type="radio" name="date" value="2" /> Julian:</label> <input type="text" name="jd" value="2440423.42894" size="15" /> <input type="hidden" name="opt" value="-m" /> <br /> <input type="submit" value="Update" /> </p> </form> <p> This set of controls selects the time and date the image will represent. The default, <a name="Now" class="i">“Now”</a>, is the current time and date. You can specify a date in the past or the future (from −4712 [or 4713 <span class="adbc">B.C.</span>] through <span class="adbc">A.D.</span> 8000), in either Universal (Greenwich Mean) Time or by Julian date. </p> <h3><a name="UTC" class="i">Universal Time</a></h3> <p> To specify a date and time in Universal time, check the “UTC” box and enter the date and time in the text field in the form: </p> <p class="c"> <var>year-month-day hour:minute:second</var> </p> <p> If you omit <var>minute</var> or <var>second</var>, they're taken as zero. The entry in the example box above specifies 22:17:40 Universal Time on July 20, 1969, the instant when Apollo 11 landed on the Moon. Press the “Update” button to view the Earth as seen from the Moon at the moment the <cite>Eagle</cite> landed in the Sea of Tranquility. </p> <p> If you're entering dates before 1 <span class="adbc">A.D.</span>, note that Earth and Moon Viewer follows the astronomical convention where the year historians call 1 <span class="adbc">B.C.</span> is denoted “year 0”, 2 <span class="adbc">B.C.</span> “year −1”, and so on. Thus, to specify the year “413 <span class="adbc">B.C.</span>” you would use “−412” in the Universal Time box. See the discussion below for more details, including the change-over from the Julian to the Gregorian calendar in 1582. </p> <h3><a name="Julian" class="i">Julian Days</a></h3> <p> The Gregorian calendar we use today is both exquisitely precise and preposterously eccentric. Astronomers frequently work with events with great regularity in time, and need to be able to calculate the difference between two dates or when a particular phenomenon will recur in the future without checking off boxes on a calendar. The <dfn>Julian day</dfn> system meets these needs. A Julian date is simply the number of days elapsed since the start of the year −4712. Since optical astronomers of yore worked mostly by night, and observed mostly from Europe, the Julian Day was defined to begin at noon, 12:00 Universal Time. This avoided the inconvenience of having an observing session begin one day and end the next, as would occur were regular civil dates used. By starting so far in the past, all historical observations can be expressed by positive Julian Day numbers. Time is expressed as a decimal fraction of a day. </p> <p> You can enter any Julian date between 0.5 (January 1, −4712) and 4346655.5 (December 31, 8000). For Julian dates for years before 1 <span class="adbc">A.D.</span>, note that astronomers and historians use different conventions for those years. In history books, the year that preceded 1 <span class="adbc">A.D.</span> is called 1 <span class="adbc">B.C.</span>; zero not having come into use in European culture at the time. Astronomers consider the year before 1 <span class="adbc">A.D.</span> as “year 0”. Thus when an astronomer talks about an eclipse having occurred in the year −412, that's the year historians refer to as “413 <span class="adbc">B.C.</span>”. In converting Julian days to historical dates, Earth and Moon Viewer assumes the canonical date for the adoption of the Gregorian calendar, Friday: October 15th, 1582. Many countries shifted to the Gregorian calendar much later; in Great Britain, not until 1752. When investigating events in history, make sure you express all dates after October 15th, 1582 in the Gregorian calendar. </p> <form method="post" action="/cgi-bin/Earth"> <p class="c"> <b>Time:</b><label><input type="radio" name="date" value="0" /> Now</label> <label><input type="radio" name="date" value="1" /> UTC:</label> <input type="text" name="utc" value="1969-07-20 22:17:40" size="20" /> <label><input type="radio" name="date" value="2" checked="checked" /> Julian:</label> <input type="text" name="jd" value="2440423.42894" size="15" /> <input type="hidden" name="opt" value="-m" /> <input type="hidden" name="img" value="Moon.evif" /> <br /> <input type="submit" value="Update" /> </p> </form> <p> The form above specifies a the date and time as Julian Day 2440423.42894, the time of Apollo 11's touchdown. Press “Update” to view the Moon as seen from Earth at that moment. Note that the Apollo 11 landing time was chosen so that the Sun would be low in the sky at the time of the final descent—this made it much easier to discern craters and rocks which might upset the Lunar Module were it to alight upon them. </p> <p> <a href="../"><b>Return to <cite>Earth and Moon Viewer</cite></b></a> </p> <hr /> <address> by <a href="/">John Walker</a><br /> </address> </body> </html>