guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 13/55: Update SRFI-19 leap second table.


From: Andy Wingo
Subject: [Guile-commits] 13/55: Update SRFI-19 leap second table.
Date: Thu, 23 May 2019 11:52:38 -0400 (EDT)

wingo pushed a commit to branch master
in repository guile.

commit d61da427e1402f269301fd1400005069a19b2e2b
Author: Mark H Weaver <address@hidden>
Date:   Tue Oct 16 02:50:30 2018 -0400

    Update SRFI-19 leap second table.
    
    * module/srfi/srfi-19.scm (leap-second-table): Update to include the
    leap second on 1 January 2017.
---
 module/srfi/srfi-19.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/module/srfi/srfi-19.scm b/module/srfi/srfi-19.scm
index b1c5f9e..8bec8ff 100644
--- a/module/srfi/srfi-19.scm
+++ b/module/srfi/srfi-19.scm
@@ -203,7 +203,8 @@
 ;; each entry is (tai seconds since epoch . # seconds to subtract for utc)
 ;; note they go higher to lower, and end in 1972.
 (define leap-second-table
-  '((1435708800 . 36)
+  '((1483228800 . 37)
+    (1435708800 . 36)
     (1341100800 . 35)
     (1230768000 . 34)
     (1136073600 . 33)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]