Function: solar-date-to-et

solar-date-to-et is a byte-compiled function defined in solar.el.gz.

Signature

(solar-date-to-et DATE UT)

Documentation

Ephemeris Time at Gregorian DATE at Universal Time UT (in hours).

Expressed in Julian centuries of Ephemeris Time.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/solar.el.gz
(defun solar-date-to-et (date ut)
  "Ephemeris Time at Gregorian DATE at Universal Time UT (in hours).
Expressed in Julian centuries of Ephemeris Time."
  (solar-ephemeris-time (list (solar-julian-ut-centuries date) ut)))