diff options
author | Karl Heuer <kwzh@gnu.org> | 1997-09-24 16:14:22 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1997-09-24 16:14:22 +0000 |
commit | 686481e7867fbb086b4a45de30679edec4b844fe (patch) | |
tree | 6210a1a9a9ff093c505a1857d4599cb9c3901151 /lisp/calendar/cal-mayan.el | |
parent | cce93a8e293aef9f5c82380c5fb661a6cfd048ce (diff) | |
download | emacs-686481e7867fbb086b4a45de30679edec4b844fe.tar.gz |
(calendar-mayan-days-before-absolute-zero): Change
to more widely acknowledged value.
Diffstat (limited to 'lisp/calendar/cal-mayan.el')
-rw-r--r-- | lisp/calendar/cal-mayan.el | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lisp/calendar/cal-mayan.el b/lisp/calendar/cal-mayan.el index 6b7b1b70027..4a28e1cd04e 100644 --- a/lisp/calendar/cal-mayan.el +++ b/lisp/calendar/cal-mayan.el @@ -53,12 +53,11 @@ (require 'calendar) -(defconst calendar-mayan-days-before-absolute-zero 1137140 +(defconst calendar-mayan-days-before-absolute-zero 1137142 "Number of days of the Mayan calendar epoch before absolute day 0. -According to the Goodman-Martinez-Thompson correlation. This correlation is -not universally accepted, as it still a subject of astro-archeological -research. Using 1232041 will give you Spinden's correlation; using -1142840 will give you Hochleitner's correlation.") +This is the Goodman-Martinez-Thompson correlation used by almost all experts, +but some use 1137140. Using 1232041 gives you Spinden's correlation; using +1142840 gives you Hochleitner's correlation.") (defconst calendar-mayan-haab-at-epoch '(8 . 18) "Mayan haab date at the epoch.") |