> Item Subject: Message text
> > With the 5.0 release, CI variables are inherited into the initial
> > environment of POSIX programs.  A simple way to set the proper TZ
> > value is to have a system-wide logon udc set it for everybody.
>
> Steve,
>
> Sorry but this information appears to be incorrect.  Let's look at my vanilla
> X.50.50 system...
>
> /etc/profile contains:
>
> # Set the following variable to the appropriate value for the timezone
> # you are in. Refer to the timezone manual page in section 5 of the
> # reference manual for more information.
> export TZ=GMT0
 
Well, _this_ is the problem!  If the profile (which you execute at
entering the shell (after the environment is created)) contains this
assignment then that's what you'll get.
 
If you delete this export from the profile _and_ set the CI variable
then you will get the results I intended.
 
 
> So....................
> /isaac
 
Of course, since you're using /etc/profile, it _might_ be better to
just fix it there and be done with it...
 
Steve