aboutsummaryrefslogtreecommitdiff
path: root/module/datetime.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-04-26 01:30:03 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-04-26 01:30:03 +0200
commit36d1aac8f08bc20e499563805a280a795f9cdfb2 (patch)
treeea42d4466e61c522612c4b1cbf9e6add5e648758 /module/datetime.scm
parentHTML Description exception handler now works. (diff)
downloadcalp-36d1aac8f08bc20e499563805a280a795f9cdfb2.tar.gz
calp-36d1aac8f08bc20e499563805a280a795f9cdfb2.tar.xz
Add some comments.
Diffstat (limited to 'module/datetime.scm')
-rw-r--r--module/datetime.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/datetime.scm b/module/datetime.scm
index d8a61af0..0cca216b 100644
--- a/module/datetime.scm
+++ b/module/datetime.scm
@@ -737,6 +737,7 @@
`(datetime date: ,(parse-date% date)
time: ,(parse-time% time)
tz: ,(and (string= "Z" (string-take-right str 1))
+ ;; TODO shouldn't this be "UTC"?
'Z))))
(define (date-reader chr port)