设置组织模式的时区
我刚刚开始使用 org-mode,到目前为止我真的很喜欢它。我在伦敦工作,使用在美国东海岸的 OpenVMS 上运行的 xemacs。有没有办法让组织模式使用服务器默认时区以外的时区?
我试过了:
(setq calendar-time-zone 0)
(setq calendar-standard-time-zone-name "GMT")
(setq calendar-daylight-time-zone-name "GDT")
没有运气。
I'm just getting started with org-mode, and really like it so far. I work in London with xemacs running on OpenVMS based on the East Coast US. Is there any way to get org-mode to use a timezone other than the server's default?
I've tried:
(setq calendar-time-zone 0)
(setq calendar-standard-time-zone-name "GMT")
(setq calendar-daylight-time-zone-name "GDT")
with no luck.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
事实证明:
有效。
我不完全清楚为什么这个:
给出了错误的输出(它导致时间提前 1 小时,即使 BST 是英国伦敦当前的时区字符串)。
Turns out:
works.
I'm not entirely clear why this:
gives the wrong output (it results in times 1 hour early, even though BST is the current timezone string for London, UK).
在哪里
is a canonical value from List of tz database time zones
where
is a canonical value from List of tz database time zones