+2011-03-04 Leo <sdl.web@gmail.com>
+
+ * time.el (display-time-world-list): Fix typo. (Bug#7571)
+
2011-03-04 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
* cus-edit.el (custom-buffer-create-internal):
;; Determine if zoneinfo style timezones are supported by testing that
;; America/New York and Europe/London return different timezones.
(let (gmt nyt)
- (set-time-zone-rule "America/New York")
+ (set-time-zone-rule "America/New_York")
(setq nyt (format-time-string "%z"))
(set-time-zone-rule "Europe/London")
(setq gmt (format-time-string "%z"))