JuliaSpace / SatelliteToolbox.jl

A toolbox for satellite analysis written in julia language.
MIT License
249 stars 33 forks source link

Error in JDtoDate #19

Closed Adriaenvc closed 5 years ago

Adriaenvc commented 5 years ago

JDtoDate changes the 12th month to a 0th month:

julia> JDtoDate(DatetoJD(2018,12,20,2,0,0)) (2018, 0, 20, 2, 0, 1.341104507446289e-5)

ronisbr commented 5 years ago

Hi @Adriaenvc

Thanks for this bug report! In fact, I was not allowing the month to be 12, sorry!

Do you mind to use the master version for now? I am trying to get everything done to release the v0.5 in next week!