mirror of
https://github.com/quantum5/qcal.git
synced 2025-04-24 17:51:57 -04:00
Document decimal time
This commit is contained in:
parent
46b24e7993
commit
a6724a5b8b
|
@ -5,11 +5,11 @@
|
||||||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico"/>
|
<link rel="icon" href="%PUBLIC_URL%/favicon.ico"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
<meta name="theme-color" content="#ff0000"/>
|
<meta name="theme-color" content="#ff0000"/>
|
||||||
<meta name="description" content="An interactive French Republican Calendar (a.k.a. French Revolutionary Calendar) that uses the original equinox method and never drifts out of sync with the seasons."/>
|
<meta name="description" content="An interactive French Republican Calendar (a.k.a. French Revolutionary Calendar) that uses the original equinox method and never drifts out of sync with the seasons, along with revolutionary decimal time."/>
|
||||||
<meta property="og:title" content="French Republican Calendar"/>
|
<meta property="og:title" content="French Republican Calendar"/>
|
||||||
<meta property="og:type" content="website"/>
|
<meta property="og:type" content="website"/>
|
||||||
<meta property="og:url" content="https://frcal.qt.ax/"/>
|
<meta property="og:url" content="https://frcal.qt.ax/"/>
|
||||||
<meta property="og:description" content="An interactive French Republican Calendar (a.k.a. French Revolutionary Calendar) that uses the original equinox method and never drifts out of sync with the seasons."/>
|
<meta property="og:description" content="An interactive French Republican Calendar (a.k.a. French Revolutionary Calendar) that uses the original equinox method and never drifts out of sync with the seasons, along with revolutionary decimal time."/>
|
||||||
<meta property="og:image" content="%PUBLIC_URL%/logo512.png"/>
|
<meta property="og:image" content="%PUBLIC_URL%/logo512.png"/>
|
||||||
<meta property="og:image:type" content="image/png"/>
|
<meta property="og:image:type" content="image/png"/>
|
||||||
<meta property="og:image:width" content="512"/>
|
<meta property="og:image:width" content="512"/>
|
||||||
|
@ -114,6 +114,18 @@
|
||||||
available for dates before August 11, 3114 BCE (25 Thermidor -4905).</p>
|
available for dates before August 11, 3114 BCE (25 Thermidor -4905).</p>
|
||||||
</div>
|
</div>
|
||||||
</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 hours 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>
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
Loading…
Reference in a new issue