From 817589ee7fed466a3480eb4c5ba01d9c51f27578 Mon Sep 17 00:00:00 2001 From: Quantum Date: Wed, 9 Mar 2022 04:22:48 -0500 Subject: [PATCH] Fix grammar --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index bbbccd6..108c48f 100644 --- a/public/index.html +++ b/public/index.html @@ -122,7 +122,7 @@

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 2000-01-01.56772.

-

Also note that each decimal hours is 2.4 normal hours, each decimal minute is 1.44 normal minutes, and +

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.