Variable: display-time-world-list

display-time-world-list is an alias and customizable for world-clock-list, defined in time.el.gz.

This variable is obsolete since 28.1; use world-clock-list instead.

Value

t

Documentation

Alist of time zones and places for world-clock to display.

Each element has the form (TIMEZONE LABEL). TIMEZONE should be in a format supported by your system. See the documentation of zoneinfo-style-world-list and legacy-style-world-list for two widely used formats. LABEL is a string to display as the label of that TIMEZONE's time.

If the value is t instead of an alist, use the value of zoneinfo-style-world-list if it works on this platform, and of legacy-style-world-list otherwise.

Probably introduced at or before Emacs version 28.1.

Aliases

display-time-world-list (obsolete since 28.1)