From 0d249a996d2c969feef525933de925af88e6c249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 24 Jul 2020 17:24:01 +0200 Subject: Change internal fields to stat with a dash. --- module/output/types.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/output/types.scm') diff --git a/module/output/types.scm b/module/output/types.scm index 3627a8b9..d4305b7a 100644 --- a/module/output/types.scm +++ b/module/output/types.scm @@ -19,7 +19,7 @@ ;; NOTE We really should output TZID from param here, but ;; we first need to change so these writers can output ;; parameters. - (datetime->string (hashq-ref param 'X-HNH-ORIGINAL value) + (datetime->string (hashq-ref param '-X-HNH-ORIGINAL value) "~Y~m~dT~H~M~S~Z")) (define (write-duration _ value) -- cgit v1.2.3