Add new leap second, submitted by SRFI author.
This commit is contained in:
parent
0698e636f1
commit
a3f0a3ffb9
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue