diff options
-rw-r--r-- | module/srfi/srfi-19.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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) |