Class JulianDayHelper

java.lang.Object
eu.fastipletonis.astro.temporal.JulianDayHelper

public class JulianDayHelper extends Object
Helper for calculating the astronomical Julian day.

The standard Java implementation for JulianFields.JULIAN_DAY only implements long results. Astronomical calculations often require a Julian Day able to handle the time of the day as well.

Please notice that this implementation completely ignores the time zone. The user should ensure the use of the appropriate time frame.

The Julian day is calculated according to Meeus' algorithm explained in Chapter 7.