Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚开始使用 org-mode,到目前为止我真的很喜欢它。我在伦敦工作,在基于美国东海岸的 OpenVMS 上运行 xemacs。有没有办法让 org-mode 使用服务器默认值以外的时区?
我试过了:
(setq calendar-time-zone 0) (setq calendar-standard-time-zone-name "GMT") (setq calendar-daylight-time-zone-name "GDT")
没有运气。
结果是:
(set-time-zone-rule "GMT-1")
作品。
我不完全清楚为什么会这样:
(set-time-zone-rule "BST")
给出错误的输出(即使 BST 是英国伦敦的当前时区字符串,它也会导致时间提前 1 小时)。
(set-time-zone-rule "<TZ*>")
在哪里
<TZ*>