home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / PROGRAM / C / JULCAL10 / DATA next >
Text File  |  1992-12-21  |  3KB  |  79 lines

  1. ; beginning of Julian dates
  2.        0    -4713  1  1 Mon   0
  3.        1    -4713  1  2 Tue   1
  4.        2    -4713  1  3 Wed   2
  5.        3    -4713  1  4 Thu   3
  6. ;
  7. ; Julian calendar repeats every 4 years, at 365*4+1 = 1461 day intervals
  8.   260424    -4000  1  1 Thu   0
  9. ;   1461        4
  10.   261885    -3996  1  1 Tue   0
  11. ;   1461        4
  12.   263346    -3992  1  1 Sun   0
  13. ;
  14. ; Julian dates near 1 AD (there was no year 0)
  15.  1721420       -1 12 28 Tue 362
  16.  1721421       -1 12 29 Wed 363
  17.  1721422       -1 12 30 Thu 364
  18.  1721423       -1 12 31 Fri 365
  19.  1721424        1  1  1 Sat   0
  20.  1721425        1  1  2 Sun   1
  21.  1721426        1  1  3 Mon   2
  22. ;
  23. ;    usual transition dates are:
  24. ;
  25. ;    2299161 = October 5/15, 1582,       as in Rome, or
  26. ;    2361222 = September 3/14, 1752,     as in the United Kingdom 
  27. ;                                        and the Colonies (default)
  28. ;
  29. ; Julian dates near the transition...
  30. ;          
  31.  2361220       1752  9  1  Tue  244 
  32.  2361221       1752  9  2  Wed  245 
  33.  2361222       1752  9 14  Thu  246 
  34.  2361223       1752  9 15  Fri  247 
  35. T2299161                                ; as in Rome
  36.  2299159     1582 10  3 Wed 275
  37.  2299160     1582 10  4 Thu 276
  38.  2299161     1582 10 15 Fri 277
  39.  2299162     1582 10 16 Sat 278
  40. ;
  41. ; Apart from the 4000 year correction, the Gregorian calendar repeats 
  42. ; every 400 years, or at ((365*4+1)*25-1)*4+1 = 146097 day intervals
  43.  2302526     1592  1  1 Wed   0
  44. ; 146097      400
  45.  2448623     1992  1  1 Wed   0
  46. ; 146097      400
  47.  2594720     2392  1  1 Wed   0
  48. ; 146097      400
  49.  2740817     2792  1  1 Wed   0
  50. ;
  51. ; Including the 4000 year correction, the Gregorian calendar repeats 
  52. ; at (((365*4+1)*25-1)*4+1)*10-1 = 1460969 day intervals
  53.  2302526     1592  1  1 Wed   0
  54. ;1460969     4000
  55.  3763495     5592  1  1 Tue   0
  56. ;1460969     4000
  57.  5224464     9592  1  1 Mon   0
  58. ;1460969     4000
  59.  6685433    13592  1  1 Sun   0
  60. ;
  61. ;    The USNO time service reports the Modified Julian Date (MJD),
  62. ;    which is figured by subtracting a constant (2,400,000.5) from the
  63. ;    Julian Date as of the preceding midnight.
  64. ;
  65. ;    For example, the MJD for 7 Jul 92 was 48806
  66. ;                              offset    2400000.5
  67. ;                     JD at midnight was 2448806.5
  68. ;                         JD at noon was 2448807
  69. ;
  70.  2448807     1992  7  3 Fri 184
  71. ;
  72. ; checks on day-of-week calculation...
  73. ; "black Tuesday" 
  74.  2425914     1929 10 29 Tue 301
  75. ; "a day that will live in infamy"
  76.  2430336     1941 12  7 Sun 340
  77. ; "black Monday" 
  78.  2447088     1987 10 19 Mon 291
  79.