1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

Update SRFI-19 leap second table.

* module/srfi/srfi-19.scm (leap-second-table): Update to include the
leap second on 1 January 2017.
This commit is contained in:
Mark H Weaver 2018-10-16 02:50:30 -04:00 committed by Andy Wingo
parent 3c87313628
commit d61da427e1

View file

@ -203,7 +203,8 @@
;; each entry is (tai seconds since epoch . # seconds to subtract for utc) ;; each entry is (tai seconds since epoch . # seconds to subtract for utc)
;; note they go higher to lower, and end in 1972. ;; note they go higher to lower, and end in 1972.
(define leap-second-table (define leap-second-table
'((1435708800 . 36) '((1483228800 . 37)
(1435708800 . 36)
(1341100800 . 35) (1341100800 . 35)
(1230768000 . 34) (1230768000 . 34)
(1136073600 . 33) (1136073600 . 33)