[Thread Prev][Thread Next][Thread Index]
Re: Changing TimeZone
- To: pilotmgr@xxxxxxxxxxxxxxxxxxxxx
- Subject: Re: Changing TimeZone
- From: Charles LaBrec <Charles.Labrec@East>
- Date: Tue, 7 Apr 1998 17:26:21 -0400 (EDT)
- Reply-to: Charles LaBrec <Charles.Labrec@East>
- Sender: owner-pilotmgr
The workaround I use is:
$ TZ=EST5EDT PilotManager &
This just changes the timezone for PilotManager. Of course, if you
use csh, you'd have to say:
% env TZ=EST5EDT PilotManager &
You could also just put this setting into your enviroment, if you want
to run everything under this setting:
$ TZ=EST5EDT
$ export TZ
or
% setenv TZ EST5EDT
Of course, you'll have to use a timezone appropriate for you....
If you want to change the default for your system, you can edit
/etc/default/init.
Charlie
------------------------------------------------------------------------
***********************************************************
* This is a public mailing list! *
* Please do not publish Sun proprietary information here! *
* - - - - - - - - - - - - - - *
* http://www.moshpit.org/pilotmgr *
***********************************************************