>>"Atul" == Atul Chitnis <[EMAIL PROTECTED]> writes:

 Atul> Has anyone come across a decent world clock program for Linux? I
 Atul> constantly need to keep track of what time it is in which part of the
 Atul> world. Under Windows I used to use Earthtime, but can't seem to find
 Atul> anything under Linux. Kworldwatch is not the right tool because I have to
 Atul> move the cursor to the spot I am interested in, and it seems to be wildly
 Atul> inaccurate too.

 Atul> Ideally, what I am would like is a bar with name of city and current
 Atul> date/time there shown against it.

        Well, this is horribly crude, but should tide you over till
 you get a real program. Now, if you have a fixed set of places you
 need to know the tiem about (her4e is an example for all the
 timezones here in the US).

----------------------------------------------------------------------
TZ=PST8PDT7,M4.1.0,M10.5.0 xclock -geometry 100x100+686+900 -name PST 2> /dev/null & 
sleep 1

TZ=MST7MDT6,M4.1.0,M10.5.0 xclock -geometry 100x100+786+900 -name MST 2> /dev/null & 
sleep 1


TZ=CST6CDT5,M4.1.0,M10.5.0 xclock -geometry 100x100+886+900 -name CST 2> /dev/null &
sleep 1


TZ=EST5EDT4,M4.1.0,M10.5.0 xclock -geometry 100x100+986+900 -name EST 2> /dev/nu
ll &
----------------------------------------------------------------------

        There. Unix at its best -- creating complex effects using
 small, everyday tools ;-) ;-)

        manoj
-- 
 Disco oil bussing will create a throbbing naugahide pipeline running
 straight to the tropics from the rug producing regions and devalue
 the dollar!
Manoj Srivastava   <[EMAIL PROTECTED]>  <http://www.debian.org/%7Esrivasta/>
1024R/C7261095 print CB D9 F4 12 68 07 E4 05  CC 2D 27 12 1D F5 E8 6E
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C



--------------------------------------------------------------------
The Linux India Mailing List Archives are now available.  Please search
the archive at http://lists.linux-india.org/ before posting your question
to avoid repetition and save bandwidth.

Reply via email to