aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-02-14 11:16:49 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2020-02-14 11:16:49 +0100
commitceda396bfa3502a3a9a6c41f4e750065ef2bd2ce (patch)
tree334a8d19a72a1febf1112f795d0fe05f6f50c683 /module/vcomponent
parentAdd missing spaces in terminal output. (diff)
downloadcalp-ceda396bfa3502a3a9a6c41f4e750065ef2bd2ce.tar.gz
calp-ceda396bfa3502a3a9a6c41f4e750065ef2bd2ce.tar.xz
Export utc? for time objects.
Diffstat (limited to 'module/vcomponent')
-rw-r--r--module/vcomponent/output.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/vcomponent/output.scm b/module/vcomponent/output.scm
index 55cc0b12..d38095e7 100644
--- a/module/vcomponent/output.scm
+++ b/module/vcomponent/output.scm
@@ -73,7 +73,7 @@ Removes the X-HNH-FILENAME attribute, and sets PRODID to
(string-append
(date->string (get-date value) "~Y~m~d")
"T"
- (time->string (get-time value) "~H~M~S"))]))
+ (time->string (get-time value) "~H~M~S~z"))]))
((X-HNH-DURATION)
(format #f "~s" value))
(else value)))))