From: Eli Zaretskii Date: Sat, 27 Oct 2007 14:53:19 +0000 (+0000) Subject: (legacy-style-world-list): Fix TZ values for London, Bangalore, and Tokyo. X-Git-Tag: emacs-pretest-23.0.90~10038 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9db0c29b2689d1604bb12bf040bb9b7b198b6120;p=emacs.git (legacy-style-world-list): Fix TZ values for London, Bangalore, and Tokyo. --- diff --git a/lisp/time.el b/lisp/time.el index a048c9780cb..e2c98910a3b 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -132,10 +132,10 @@ LABEL is a string to display as the label of that TIMEZONE's time." (defcustom legacy-style-world-list '(("PST8PDT" "Seattle") ("EST5EDT" "New York") - ("BST0BDT" "London") + ("GMT0BST" "London") ("CET-1CDT" "Paris") - ("IST-5:30IDT" "Bangalore") - ("JST-9JDT" "Tokyo")) + ("IST-5:30" "Bangalore") + ("JST-9" "Tokyo")) "Alist of traditional-style time zones and places for `display-time-world'. Each element has the form (TIMEZONE LABEL). TIMEZONE should be a string of the form: