An astronomical library
``` 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.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by hjy1210 and has received 0 comments.