Update SRFI-19 leap second table.
authorMark H Weaver <mhw@netris.org>
Tue, 16 Oct 2018 06:50:30 +0000 (02:50 -0400)
committerMark H Weaver <mhw@netris.org>
Tue, 16 Oct 2018 06:50:30 +0000 (02:50 -0400)
* module/srfi/srfi-19.scm (leap-second-table): Update to include the
leap second on 1 January 2017.

module/srfi/srfi-19.scm

index b1c5f9e78df1e8637a2578d330814122416f6d8a..8bec8ff7672ad474a3cf6209780f2101f3d77dff 100644 (file)
 ;; 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)