From 4ec3d868872397abd47aef174d9a9233907837a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sat, 25 Apr 2020 14:38:30 +0200 Subject: Terminal output end time now end time again. --- module/output/terminal.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/output/terminal.scm b/module/output/terminal.scm index e94d971d..47367095 100644 --- a/module/output/terminal.scm +++ b/module/output/terminal.scm @@ -118,7 +118,7 @@ (date->string start))) (let ((end (attr ev 'DTEND))) (if (datetime? end) - (datetime->string (attr ev 'DTSTART) "~Y-~m-~d ~H:~M:~S") + (datetime->string (attr ev 'DTEND) "~Y-~m-~d ~H:~M:~S") (date->string end))) (unlines (take-to (flow-text (or (attr ev 'DESCRIPTION) "") #:width (min 70 width)) -- cgit v1.2.3