👉 Support this work via GitHub Sponsors by @xenodium (check out my blog)
A lovely major mode to view city times across the world.
Launch time-zones with:
- macOS
- GNU/Linux
- Windows
(use-package time-zones
:ensure t)(use-package time-zones
:vc (:url "https://github.com/xenodium/time-zones"))The default sort order is chronologically ascending, so time zones in “the past” occur earlier in the list than time zones in “the future”. You can select chronologically descending sorting via:
(setq time-zones-sorting-function 'time-zones-sort-descending)M-x time-zones
Press + to add a city.
This package would not be possible without these data sources:
- Countries, states, and cities database: https://github.com/dr5hn/countries-states-cities-database
- POSIX TZ database for Windows timezone support: https://github.com/nayarsystems/posix_tz_db
If you enjoy my time-zones package or my work, consider sponsoring to make it all sustainable.



