commit edce6d8480b64c9e158414a769a7785b8b97468a
parent 1a3f57236188e16e05467a829da25c9f5e3000d5
Author: Byron Torres <b@torresjrjr.com>
Date: Wed, 20 Apr 2022 12:30:17 +0100
time::chrono: fix SECS_1900_1970 doc
Signed-off-by: Byron Torres <b@torresjrjr.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/time/chrono/leapsec.ha b/time/chrono/leapsec.ha
@@ -24,7 +24,7 @@ use strings;
// design also inhibits our ambitions for dealing with multiple, dynamic
// timescales. Therefore, we have decided to take an alternative approach.
-// The filepath of the leap-seconds.list file
+// The number of seconds between the years 1900 and 1970.
export def SECS_1900_1970: i64 = 2208988800;
// The filepath of the leap-seconds.list file