]> git.eshelyaron.com Git - emacs.git/commitdiff
(legacy-style-world-list): Fix TZ values for London, Bangalore, and Tokyo.
authorEli Zaretskii <eliz@gnu.org>
Sat, 27 Oct 2007 14:53:19 +0000 (14:53 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 27 Oct 2007 14:53:19 +0000 (14:53 +0000)
lisp/time.el

index a048c9780cbb79b84df05dccc77c8eb3ca74e2ab..e2c98910a3bd4d11b6a6a23a4aea73a4eb1460a0 100644 (file)
@@ -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: