In order to show different time zones on my ubuntu desktop (Ubuntu 20.04.4) I installed gnome clocks
, but after some while this is what I see:
I really don't need to see my current time zone three times. When I first started the app it looked on, the current time zone was shown only once. But then after time (like 10 minutes), the current timezone was duplicated. I cannot remove them.
Is there a fix to this problem, or exists a very similar app to just easily show one different time zone?
To properly show two timezones in an app you can use python and tkinter. Here is an example where you have to define the timezone in the code:
When you run this short code, you will get a GUI as follows