Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!spool.mu.edu!samsung!uakari.primate.wisc.edu!sdd.hp.com!hplabs!hpcc05!hpcc01!baileyd From: baileyd@hpcc01.HP.COM (Dirk Bailey) Newsgroups: comp.windows.x Subject: Re: xclock with timezone control Message-ID: <2750002@hpcc01.HP.COM> Date: 20 Feb 91 14:50:22 GMT References: <1161@zinn.MV.COM> Organization: HP Corp Computing & Services Lines: 25 Thanks to all who have read this posting and answered! I got exactly what I needed from multiple sources. All of it came by e-mail. Example: #! /bin/sh TZ=PST8PDT export TZ xclock -geometry 100x100+3+0 -name PST 2> /dev/null & sleep 1 TZ=MST7MDT export TZ xclock -geometry 100x100+130+0 -name MST 2> /dev/null & sleep 1 TZ=CST6CDT export TZ xclock -geometry 100x100+257+0 -name CST 2> /dev/null & sleep 1 TZ=EST5EDT export TZ xclock -geometry 100x100+384+0 -name EST 2> /dev/null & To get labels, I can use the -title flag on xclock as long as I have MWM*XClock*ClientDecorations +title in .Xdefaults. This is necessary at my site because title is turned off in our default X environment. Anyway, thanks for the help... Dirk Bailey (baileyd@hpcc29.corp.hp.com)