summaryrefslogtreecommitdiffstats
path: root/emacsconf-schedule.el
diff options
context:
space:
mode:
authorEmacsConf Organizers <orga@front0.emacsconf.org>2022-10-08 14:32:44 +0000
committerEmacsConf Organizers <orga@front0.emacsconf.org>2022-10-08 14:32:44 +0000
commit49cdc0047fbe0119bb197724bd5cb9dbfeda7132 (patch)
tree39c558accc3622c9d5f155f8621522f89e36cca0 /emacsconf-schedule.el
parent028b3db31447476e5636d5017997d520e9664a66 (diff)
downloademacsconf-el-49cdc0047fbe0119bb197724bd5cb9dbfeda7132.tar.xz
emacsconf-el-49cdc0047fbe0119bb197724bd5cb9dbfeda7132.zip
Work with different system timezone
Diffstat (limited to 'emacsconf-schedule.el')
-rw-r--r--emacsconf-schedule.el2
1 files changed, 1 insertions, 1 deletions
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))