You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By clicking &
7A74
ldquo;Sign up for GitHub”, you agree to our terms of service and
privacy statement. We’ll occasionally send you account related emails.
function oddJDEToDate(){
let d = 1721790.0684809217
console.log([julian.JDEToDate(d), julian.JDEToDate(d+0.5)])
}
oddJDEToDate() // [ 0001-12-31T10:42:33.414Z, 0002-12-31T22:42:33.428Z ]
Note: Difference between julian.JDEToDate(d) and julian.JDEToDate(d+0.5) is more than one year.
The text was updated successfully, but these errors were encountered:
Note: Difference between julian.JDEToDate(d) and julian.JDEToDate(d+0.5) is more than one year.
The text was updated successfully, but these errors were encountered: