mirror of https://github.com/phn/jdcal.git
fix MJD_0 value in comment (#32)
parent
6aa0622188
commit
3147fdbf35
2
jdcal.py
2
jdcal.py
|
@ -80,7 +80,7 @@ def gcal2jd(year, month, day):
|
|||
jd1, jd2: 2-element tuple of floats
|
||||
When added together, the numbers give the Julian date for the
|
||||
given Gregorian calendar date. The first number is always
|
||||
MJD_0 i.e., 2451545.5. So the second is the MJD.
|
||||
MJD_0 i.e., 2400000.5. So the second is the MJD.
|
||||
|
||||
Examples
|
||||
--------
|
||||
|
|
Loading…
Reference in New Issue