From d61da427e1402f269301fd1400005069a19b2e2b Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Tue, 16 Oct 2018 02:50:30 -0400 Subject: [PATCH] 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 b1c5f9e78..8bec8ff76 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)