From ceda396bfa3502a3a9a6c41f4e750065ef2bd2ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 14 Feb 2020 11:16:49 +0100 Subject: Export utc? for time objects. --- module/vcomponent/output.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/vcomponent') 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))))) -- cgit v1.2.3