From 36d1aac8f08bc20e499563805a280a795f9cdfb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 26 Apr 2020 01:30:03 +0200 Subject: Add some comments. --- module/datetime.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'module/datetime.scm') 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) -- cgit v1.2.3