guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 01/03: Update SRFI-19 leap second table.


From: Mark H. Weaver
Subject: [Guile-commits] 01/03: Update SRFI-19 leap second table.
Date: Wed, 17 Oct 2018 21:49:19 -0400 (EDT)

mhw pushed a commit to branch stable-2.2
in repository guile.

commit 49c090d850ab12f5cab3dd22c6761387c7321fc8
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]