mirror of
https://github.com/quantum5/qcal.git
synced 2025-07-26 19:34:10 -04:00
mcal: explain what the Long Count is
This commit is contained in:
parent
0ce1e7d1ba
commit
50c722196f
|
@ -70,11 +70,7 @@
|
||||||
the <em>Wayebʼ</em>;
|
the <em>Wayebʼ</em>;
|
||||||
</li>
|
</li>
|
||||||
<li>The <a href="https://en.wikipedia.org/wiki/Mesoamerican_Long_Count_calendar"><strong>Long
|
<li>The <a href="https://en.wikipedia.org/wiki/Mesoamerican_Long_Count_calendar"><strong>Long
|
||||||
Count</strong></a>, a modified base-20 system used to represent the number of days since the
|
Count</strong></a>, represents the absolute number of days since the Mayan date of creation.
|
||||||
mythical date of creation, which is August 11, 3114 BCE in the proleptic Gregorian calendar or
|
|
||||||
September 6, 3114 BCE in the proleptic Julian calendar. It is typically represented as five numbers
|
|
||||||
separated by dots, with each number counting from 0 up to 19, except for the second last number,
|
|
||||||
which counts from 0 to 17.
|
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>Since the <em>Haabʼ</em> is the closest equivalent to months in the Mayan system, this calendar
|
<p>Since the <em>Haabʼ</em> is the closest equivalent to months in the Mayan system, this calendar
|
||||||
|
@ -123,64 +119,19 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h4 class="card-title">What's so special about this version?</h4>
|
<h4 class="card-title">How does the Long Count work?</h4>
|
||||||
<p class="lead">Most versions of the calendar floating around doesn't use the original definition above.</p>
|
<p class="lead">The Long Count calendar is a count of days since the Mayan date of creation, which is August
|
||||||
<p>Most versions uses the so-called <em>Romme</em> method for leap years, using the same leap year rules as
|
11, 3114 BCE in the proleptic Gregorian calendar or September 6, 3114 BCE in the proleptic Julian
|
||||||
the Gregorian calendar, i.e. every year divisible by four, except century years not divisible by 400.
|
calendar.</p>
|
||||||
This method might make sense, except years 3, 7, and 11 were leap years under the original rules and
|
<p>It uses a modified base-20 system to represent this number, with each “digit” counting from 0
|
||||||
were observed as such in real life, but the <em>Romme</em> method instead makes years 4, 8, 12 leap
|
up to 19, except for the second last “digit,” which counts from 0 to 17. Typically, five
|
||||||
years instead.</p>
|
numbers are shown, separated by dots, but in theory, more numbers could be used for dates in the distant
|
||||||
<p>This version uses the original rules. The <a href="https://ssd.jpl.nasa.gov/planets/eph_export.html">JPL's
|
future.</p>
|
||||||
DE440 and DE441 ephemerides</a> were used to calculate the exact timings of the autumnal equinoxes
|
<p>For example, the date 13.0.0.0.0 represents exactly 13×20×20×18×20 =
|
||||||
between the Gregorian years 13201 BCE and 17191 CE (corresponding to the French Republican years -14991
|
1 872 000 days since the date of creation, which is December 21, 2012 CE.</p>
|
||||||
to 15399). The times were then converted to UT1+00:09:21, the exact local time at the Paris Observatory.
|
<p>Each “digit,” of the Long Count have a name, from the rightmost: kʼin, winal, tun, kʼatun,
|
||||||
UT1 was chosen to keep track of the Earth's rotation without having to worry about the issues posed by
|
bʼakʼtun, piktun, kalabtun, kʼinchiltun, alautun, hablatun. Terms from bʼakʼtun and beyond were invented
|
||||||
leap seconds in UTC. Note that due to the uncertainty over
|
by modern scholars and were not used by the classical Maya.</p>
|
||||||
<a href="https://en.wikipedia.org/wiki/%CE%94T_(timekeeping)">ΔT</a> — the difference between UT1 and
|
|
||||||
Terrestrial Time (TT) used in the ephemerides — it is theoretically possible for there to be
|
|
||||||
inaccuracies when the equinox occurs very close to midnight.</p>
|
|
||||||
<p>For more details about how I calculated this calendar, please see
|
|
||||||
<a href="https://quantum5.ca/2022/03/09/art-of-time-keeping-part-4-french-republican-calendar/">my blog
|
|
||||||
post on the topic</a>. This is the fourth part of a series on time-keeping, and you are highly
|
|
||||||
encouraged to read the
|
|
||||||
<a href="https://quantum5.ca/2022/02/16/art-of-time-keeping-part-1-years-dates/">first</a>
|
|
||||||
<a href="https://quantum5.ca/2022/02/23/art-of-time-keeping-part-2-time/">three</a>
|
|
||||||
<a href="https://quantum5.ca/2022/03/02/art-of-time-keeping-part-3-astronomy-equinoxes/">parts</a>
|
|
||||||
for a more complete understanding.</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="card">
|
|
||||||
<div class="card-body">
|
|
||||||
<h4 class="card-title">What are those names above the Gregorian date?</h4>
|
|
||||||
<p>Those are the names of the days in the
|
|
||||||
<a href="https://en.wikipedia.org/wiki/French_Republican_calendar#Rural_calendar">rural version of the
|
|
||||||
calendar</a>. This was intended to replace the Catholic Church's calendar of saints, as the French
|
|
||||||
Revolution wanted to reduce the influence of the church. Every day of the year has a unique name
|
|
||||||
associated with the rural economy and these names are supposed to correspond with the season.</p>
|
|
||||||
<p>Every <em>quintidi</em> is named after an animal, every <em>décadi</em> is named after an agricultural
|
|
||||||
tool, and the remaining days are named after various plants or produce. The only exception is the winter
|
|
||||||
month of Nivôse, which has the remaining days named after minerals.</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="card">
|
|
||||||
<div class="card-body">
|
|
||||||
<h4 class="card-title">What are those numbers below the Gregorian date?</h4>
|
|
||||||
<p>The five (or more) numbers separated by dots is the corresponding
|
|
||||||
<a href="https://en.wikipedia.org/wiki/Mesoamerican_Long_Count_calendar">Mesoamerican Long Count
|
|
||||||
calendar</a> date. This is commonly known as the “Mayan calendar.” This calendar is not
|
|
||||||
available for dates before August 11, 3114 BCE (25 Thermidor -4905).</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="card">
|
|
||||||
<div class="card-body">
|
|
||||||
<h4 class="card-title">What is decimal time?</h4>
|
|
||||||
<p class="lead">Decimal time is a time system used during the French Revolution that divided the day into 10
|
|
||||||
hours, each with 100 minutes, which contained 100 seconds each.</p>
|
|
||||||
<p>The result is 100,000 seconds in one day, compared to the 86,400 seconds with the normal 24-hour
|
|
||||||
system. This makes it very easy to denote time as a decimal fraction of a day. For example, decimal time
|
|
||||||
5:67:72 (around 13:37:31) on January 1, 2000 can be represented as <code>2000-01-01.56772</code>.</p>
|
|
||||||
<p>Also note that each decimal hour is 2.4 normal hours, each decimal minute is 1.44 normal minutes, and
|
|
||||||
each decimal second is 0.864 normal seconds.</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue