I make extensive use of the multiple timezone clock feature in 16.04.
After upgrading to Ubuntu 18.04 I found various guides that installing GNOME Clocks and adding time zones I should see them in the dropdown when I click the clock on the taskbar.
However it isn't showing up in there, despite restarting a few times.
I also installed GNOME Weather and its section shows now in the clock dropdown.
Has anyone else had this problem? Ideas on how to fix this?
GNOME Clocks should work fine if it's set up correctly. However, if you have installed the application from the (GNOME) Software application, there is a chance that you have installed the snap version of Clocks. You can verify that by running
snap list
and checking whether the output containsgnome-clocks
.If that is the case, this behaviour is not very surprising given the security restrictions of snap packages. To fix this remove the snap application by running
and install the traditional one by running
Then you should be able to find added time zones in the date & time dropdown tray (N.B. You may have to log out and back in).
@pomsky answer (replacing snap package with apt package) works for me as well. In addition, I also like to use gnome extension panel-world-clock-lite to make it always visible on the task bar:
EDIT:
To install it:
Install Gnome Clocks and Gnome Tweak Tool
sudo apt install gnome-clocks
sudo apt-add-repository universe
sudo apt install gnome-tweak-tool
Install panel-world-clock-lite
Open Gnome Clocks and add timezones to be shown
Open Gnome Tweak and enable "Panel World Clock" extension
Reboot your computer