From b8313453d46929ac8aa865621e248f3825cbb279 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 15 May 2022 17:13:07 +0200 Subject: [PATCH] Change default calendar time zone style to numeric I do not know all time zone abbreviations, but I can handle numbers :) --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 61fd6fc..568739c 100644 --- a/init.el +++ b/init.el @@ -524,6 +524,7 @@ (use-package calender :init (setq calendar-date-style 'iso + calendar-time-zone-style 'numeric calendar-week-start-day 1 ; Monday calendar-bahai-all-holidays-flag nil calendar-chinese-all-holidays-flag nil