summaryrefslogtreecommitdiffstats
path: root/emacsconf-schedule.el
diff options
context:
space:
mode:
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))