summaryrefslogtreecommitdiffstats
path: root/emacsconf-schedule.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacsconf-schedule.el')
-rw-r--r--emacsconf-schedule.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacsconf-schedule.el b/emacsconf-schedule.el
index 7c9c060..7ce4fb5 100644
--- a/emacsconf-schedule.el
+++ b/emacsconf-schedule.el
@@ -149,7 +149,8 @@ Each function should take the info and manipulate it as needed, returning the ne
(setq date (format-time-string "%Y-%m-%d" (date-to-time start-prop)))
(setq start-prop (concat date " " start-prop)))
(list
- :scheduled (format-time-string (cdr org-time-stamp-formats) (date-to-time start-prop))
+ :scheduled (format-time-string (cdr org-time-stamp-formats) (date-to-time start-prop)
+ emacsconf-timezone)
:start-time (date-to-time start-prop)
:fixed-time t))
(when track-prop