Subject: | Time::JulianDay off by one day |
In Time::JulianDay (v99.061501) calculates the JulianDay number incorrectly...
The definition of JD says that the Julian daynumber changes at **midday** not midnight (when you would expect). julian_day() returns the julian daynumber at the end of the day. If you are not specifying the dayfraction
you should assume the time is at 0:00 of the date requested. So the number returned is too large by 1.