aboutsummaryrefslogtreecommitdiff
path: root/module/datetime.scm
diff options
context:
space:
mode:
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)