From d9da06a808c5a3b030399a04f821a1b7885a63b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 25 Jun 2020 18:15:44 +0200 Subject: Add minor todo. --- module/output/terminal.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/output/terminal.scm b/module/output/terminal.scm index 72a983ec..92afe7a6 100644 --- a/module/output/terminal.scm +++ b/module/output/terminal.scm @@ -138,6 +138,8 @@ (set! date (remove-day date) cur-event 0)) ((#\t) + ;; TODO this should be local time + ;; currently it's UTC (maybe?) (set! date (current-date) cur-event 0)) ((#\j #\J) (unless (= cur-event (1- (length events))) -- cgit v1.2.3