Add new leap second, submitted by SRFI author.

This commit is contained in:
sperber 2005-12-26 10:44:34 +00:00
parent 0698e636f1
commit a3f0a3ffb9
1 changed files with 24 additions and 23 deletions

View File

@ -181,7 +181,8 @@
;; each entry is ( utc seconds since epoch . # seconds to add for tai ) ;; each entry is ( utc seconds since epoch . # seconds to add for tai )
;; note they go higher to lower, and end in 1972. ;; note they go higher to lower, and end in 1972.
(define tm:leap-second-table (define tm:leap-second-table
'((915148800 . 32) '((1136073600 . 33)
(915148800 . 32)
(867715200 . 31) (867715200 . 31)
(820454400 . 30) (820454400 . 30)
(773020800 . 29) (773020800 . 29)