How do I add multiple clocks with different time zones in Ubuntu 19.10.
Solution:
- Install clock using
sudo apt install gnome-clocks
- Open
Clock
app and add required timezones - Restart the PC
Important: Do not install using snap or using software installer, this have permission issue to clock and multiple timezones won't appear.
Ref: How to get world clocks to show on the task bar in Ubuntu 18.04
gnome-clocks
by runningsudo apt install gnome-clocks
. – pomsky Oct 25 '17 at 12:57