On Sat, 28 Aug 2021 00:50:26 +0530 Arun Isaac <arunis...@systemreboot.net> 
wrote:
> 
> > I've started to use tz to keep track of timezones.
> >
> > https://github.com/oz/tz
> >
> > It's a nice cli app written in golang.
> 
> Thank you! :-) I was looking for something like this.

> alias tz='TZ_LIST="Africa/Nairobi,Europe/Amsterdam" tz'

I also discovered recently that I can set this in emacs:

(setq display-time-world-list
      '(("Africa/Nairobi" "Nairobi")
        ("Europe/Amsterdam" "Amsterdam")))

and then run `display-time-world`

I have `display-time-world` bound to `<leader> p t` (I'm using 
emacs-evil-leader package in guix).

all best,

jgart

 _________________________________________ 
/ 3B1D 7F19 E36B B60C 0F5B 2CA9 A52A A2B4 \
\ 77B6 DD35                               /
 ----------------------------------------- 
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||

Reply via email to