Closed helgee closed 6 years ago
The ports of taiutc and utctai are too simplistic and give an incorrect result during a leap second, see https://github.com/liberfa/erfa/blob/master/src/utctai.c, https://github.com/liberfa/erfa/blob/master/src/taiutc.c.
taiutc
utctai
I have rolled the changes back and added two broken tests that should pass once the issue is fixed: https://github.com/JuliaAstro/AstronomicalTime.jl/blob/master/test/runtests.jl#L181
CC: @ashishpriyadarshiCIC
Ok @helgee .I'll start working on it
The ports of
taiutc
andutctai
are too simplistic and give an incorrect result during a leap second, see https://github.com/liberfa/erfa/blob/master/src/utctai.c, https://github.com/liberfa/erfa/blob/master/src/taiutc.c.I have rolled the changes back and added two broken tests that should pass once the issue is fixed: https://github.com/JuliaAstro/AstronomicalTime.jl/blob/master/test/runtests.jl#L181