From 2570b8777f28c3c26773547fdddb35ac2262ca01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sat, 21 Mar 2020 00:37:45 +0100 Subject: Fix invalid format in vcomponent output. --- module/vcomponent/output.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'module/vcomponent') 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))))) -- cgit v1.2.3