projects
/
platform
/
upstream
/
guile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cdd3a0
)
Update SRFI-19 leap second table.
author
Mark H Weaver
<mhw@netris.org>
Tue, 16 Oct 2018 06:50:30 +0000
(
02:50
-0400)
committer
Mark H Weaver
<mhw@netris.org>
Tue, 16 Oct 2018 06:50:30 +0000
(
02:50
-0400)
* module/srfi/srfi-19.scm (leap-second-table): Update to include the
leap second on 1 January 2017.
module/srfi/srfi-19.scm
patch
|
blob
|
history
diff --git
a/module/srfi/srfi-19.scm
b/module/srfi/srfi-19.scm
index b1c5f9e78df1e8637a2578d330814122416f6d8a..8bec8ff7672ad474a3cf6209780f2101f3d77dff 100644
(file)
--- 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)