added new leap second
svn: r379
This commit is contained in:
parent
3cd3b0054c
commit
e6cd4f26ff
|
@ -212,8 +212,11 @@
|
||||||
|
|
||||||
;; 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.
|
||||||
|
|
||||||
|
;; added another one for 2006, based on random web-searching.
|
||||||
(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
Block a user