mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 03:30:27 +02:00
Update SRFI-19 leap second table.
* module/srfi/srfi-19.scm (leap-second-table): Update to include the leap second on 1 January 2017.
This commit is contained in:
parent
3c87313628
commit
d61da427e1
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue