Variable: math-julian-date-beginning-int

math-julian-date-beginning-int is a variable defined in calc-forms.el.gz.

Value

1721425

Documentation

The beginning of the Julian date calendar.

This is measured in the integer number of days before December
31, 1 BC (Gregorian).

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc-forms.el.gz
(defconst math-julian-date-beginning-int 1721425
  "The beginning of the Julian date calendar.
This is measured in the integer number of days before December
31, 1 BC (Gregorian).")