getUTCNoon

open override fun getUTCNoon(date: LocalDate, geoLocation: GeoLocation): Double

Return the Universal Coordinated Time (UTC) of solar noon for the given day at the given location on earth. This implementation returns solar noon as the time halfway between sunrise and sunset. Other calculators may return true solar noon. See The Definition of Chatzos for details on solar noon calculations.

Return

the time in minutes from zero UTC

Parameters

date

The LocalDate representing the date to calculate solar noon for

geoLocation

The location information used for astronomical calculating sun times.

See also

com.kosherjava.zmanim.util.AstronomicalCalculator.getUTCNoon