From 9db0c29b2689d1604bb12bf040bb9b7b198b6120 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 27 Oct 2007 14:53:19 +0000 Subject: [PATCH] (legacy-style-world-list): Fix TZ values for London, Bangalore, and Tokyo. --- lisp/time.el | 6 +++--- 1 file 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: -- 2.39.2