comparison lisp/time.el @ 85696:93072a4b7046

(legacy-style-world-list): Fix TZ values for London, Bangalore, and Tokyo.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 27 Oct 2007 14:53:19 +0000
parents f72f7930bbb5
children 05d1905f2a7a
comparison
equal deleted inserted replaced
85695:f9311e0de1ec 85696:93072a4b7046
130 :version "23.1") 130 :version "23.1")
131 131
132 (defcustom legacy-style-world-list 132 (defcustom legacy-style-world-list
133 '(("PST8PDT" "Seattle") 133 '(("PST8PDT" "Seattle")
134 ("EST5EDT" "New York") 134 ("EST5EDT" "New York")
135 ("BST0BDT" "London") 135 ("GMT0BST" "London")
136 ("CET-1CDT" "Paris") 136 ("CET-1CDT" "Paris")
137 ("IST-5:30IDT" "Bangalore") 137 ("IST-5:30" "Bangalore")
138 ("JST-9JDT" "Tokyo")) 138 ("JST-9" "Tokyo"))
139 "Alist of traditional-style time zones and places for `display-time-world'. 139 "Alist of traditional-style time zones and places for `display-time-world'.
140 Each element has the form (TIMEZONE LABEL). 140 Each element has the form (TIMEZONE LABEL).
141 TIMEZONE should be a string of the form: 141 TIMEZONE should be a string of the form:
142 142
143 std[+|-]offset[dst[offset][,date[/time],date[/time]]] 143 std[+|-]offset[dst[offset][,date[/time],date[/time]]]