From 49cdc0047fbe0119bb197724bd5cb9dbfeda7132 Mon Sep 17 00:00:00 2001 From: EmacsConf Organizers Date: Sat, 8 Oct 2022 14:32:44 +0000 Subject: Work with different system timezone --- emacsconf-schedule.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacsconf-schedule.el') diff --git a/emacsconf-schedule.el b/emacsconf-schedule.el index d679e32..43243f1 100644 --- a/emacsconf-schedule.el +++ b/emacsconf-schedule.el @@ -315,7 +315,7 @@ Each function should take the info and manipulate it as needed, returning the ne (y . ,(- height 2 label-margin)) (font-size . 10) (text-anchor . "middle")) - (svg--encode-text (format-time-string "%-l" time))))) + (svg--encode-text (format-time-string "%-l" time emacsconf-timezone))))) (setq time (time-add time (seconds-to-time 3600))))) elem)) -- cgit v1.2.3