diff options
author | Eli Zaretskii <eliz@gnu.org> | 2007-10-27 14:53:19 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2007-10-27 14:53:19 +0000 |
commit | 9db0c29b2689d1604bb12bf040bb9b7b198b6120 (patch) | |
tree | 14fffc73a740214ccbce0380c4b7bb292a66f1ed /lisp | |
parent | f14ee80231075043417a60b5a7ddb4f67fa364ed (diff) | |
download | emacs-9db0c29b2689d1604bb12bf040bb9b7b198b6120.tar.gz |
(legacy-style-world-list): Fix TZ values for London, Bangalore, and Tokyo.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/time.el | 6 |
1 files changed, 3 insertions, 3 deletions
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: |