diff options
| author | Paul Eggert | 2024-08-07 23:05:52 -0700 |
|---|---|---|
| committer | Paul Eggert | 2024-08-07 23:05:52 -0700 |
| commit | 9464a1d3860f700dced23ae8d8d2b37e277a2382 (patch) | |
| tree | 3894b4e9b292c26a47a4068dfc0f42a115b468c3 | |
| parent | 423c86cbde7b1ed1d42c7e21fef6e8be872857b0 (diff) | |
| download | emacs-9464a1d3860f700dced23ae8d8d2b37e277a2382.tar.gz emacs-9464a1d3860f700dced23ae8d8d2b37e277a2382.zip | |
Port zoneinfo-world-style-list to Debian testing
Problem reported by Gijs Hillenius <gijs@hillenius.net> in:
https://lists.gnu.org/r/emacs-devel/2024-08/msg00279.html
* lisp/time.el (zoneinfo-style-world-list): Use Asia/Kolkata
instead of Asia/Calcutta. The main name was changed in tzdata
2008b every practical system has it now. Some systems do
not include backward-compatibility names, so it is better
to use the standard time now.
| -rw-r--r-- | lisp/time.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/time.el b/lisp/time.el index 02007d890cb..47d6b4a705d 100644 --- a/lisp/time.el +++ b/lisp/time.el | |||
| @@ -452,7 +452,7 @@ runs the normal hook `display-time-hook' after each update." | |||
| 452 | ("America/New_York" "New York") | 452 | ("America/New_York" "New York") |
| 453 | ("Europe/London" "London") | 453 | ("Europe/London" "London") |
| 454 | ("Europe/Paris" "Paris") | 454 | ("Europe/Paris" "Paris") |
| 455 | ("Asia/Calcutta" "Bangalore") | 455 | ("Asia/Kolkata" "Bangalore") |
| 456 | ("Asia/Tokyo" "Tokyo")) | 456 | ("Asia/Tokyo" "Tokyo")) |
| 457 | "Alist of zoneinfo-style time zones and places for `world-clock'. | 457 | "Alist of zoneinfo-style time zones and places for `world-clock'. |
| 458 | Each element has the form (TIMEZONE LABEL). | 458 | Each element has the form (TIMEZONE LABEL). |