# HG changeset patch # User Oleksandr Gavenko # Date 1598802818 -10800 # Node ID 82cd26893672859dd54df2162ea6c0e542b629f7 # Parent c88a0c93dfbe04405e2eb2c203ac5496c99888de Added interesting time zones for M-x display-time-world. diff -r c88a0c93dfbe -r 82cd26893672 .emacs-my --- a/.emacs-my Sun Aug 16 00:13:35 2020 +0300 +++ b/.emacs-my Sun Aug 30 18:53:38 2020 +0300 @@ -499,11 +499,15 @@ ;; For (display-time-world). (setq display-time-world-time-format "%A %d %B %R %z %Z") -(when (and (boundp 'display-time-world-list) (not (eq t display-time-world-list))) ; Missing in Emacs 22. - (mapc (lambda (el) (add-to-list 'display-time-world-list el)) - '(("EET" "UTC+2, Eastern European Time") - ("EST" "UTC-5, Eastern Standard Time, New York") - ("EDT" "UTC-4, Eastern Daylight Time, New York")))) +(setq display-time-world-list + '(("Europe/London" "London") + ("EET" "Eastern European") + ("Europe/Moscow" "Moscow") + ("Asia/Tel_Aviv" "Tel Aviv") + ("America/Chicago" "Chicago/US Central") + ("America/Los_Angeles" "Los Angeles") + ("America/New_York" "New York") + ("Asia/Tokyo" "Tokyo"))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (message "shell, bash, Cygwin, MSYS")