aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--module/vcomponent/output.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/vcomponent/output.scm b/module/vcomponent/output.scm
index 631e37e2..d142e922 100644
--- a/module/vcomponent/output.scm
+++ b/module/vcomponent/output.scm
@@ -73,7 +73,8 @@ 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~z"))]))
+ (time->string (get-time value) "~H~M~S" ; ~z
+ ))]))
((X-HNH-DURATION)
(format #f "~s" value))
(else value)))))