Variable: math-unix-epoch

math-unix-epoch is a variable defined in calc-forms.el.gz.

Value

719163

Documentation

The beginning of Unix time.

This is measured in the integer number of days from December 31,
1 BC (Gregorian) to Jan 1, 1970 AD.

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc-forms.el.gz
(defconst math-unix-epoch 719163
  "The beginning of Unix time.
This is measured in the integer number of days from December 31,
1 BC (Gregorian) to Jan 1, 1970 AD.")