I want to find a desktop application or command line tool to show two different timezone concurrently under LINUX.
Anyone knows there are such application?
Say i want to know the time at london and USA at the same time. (different time zone)
|
I want to find a desktop application or command line tool to show two different timezone concurrently under LINUX. Anyone knows there are such application? Say i want to know the time at london and USA at the same time. (different time zone)
| |||
|
feedback
|
|
Assuming you are using Ubuntu 10.10 or previous version . The GNOME clock applet can show two times in the drop down.
Right click on the clock and select "Preferences." Goto the "Locations" tab and press "add." Then, select "whatever" from the "Timezone" list.
| |||||
|
feedback
|
|
At the command line, you could use:
Edit: Here's an example taken from Wikipedia, showing how to use various Timezones:
Edit 2: Also, here's an example applying some of how @garyjohn suggested this be approached:
| |||||||||
feedback
|
|
You could launch a number of xclock instances from the command line or from a script like this, prefixing each command with the desired timezone (TZ) for that clock.
Those will give you the times in Japan and Germany. See the xclock(1) man page or execute
for more options. | |||||
feedback
|
|
Not sure what desktop environment you're using, but in KDE I just put a second clock applet on my taskbar panel. You can set the timezone for each clock individually. | |||||||
feedback
|