Re: changing the timezone on a live system "Richard B. Gilbert" <rgilbert88@comcast.net> writes:
>The timezone is set in the TZ environment variable for each process. As
>far as I know, there is no way to reset those environment variables
>without stopping and restarting every process.
One possible trick is to set $TZ to "localtime" and use "zic -l".
>You may be able to solve your problem by stopping and restarting a few
>processes where the timezone really matters.
That is the only possible solution.
Casper |