Having problems on a 5.0.7 server the Time zone is stuck on GMT I can not seem to get it to change.
I have checked /etc/TIMEZONE and it is set to
TZ='CST6CDT'
export TZ
which should be correct
I have checked the /etc/initscript
PATH=/bin:/usr/bin
export PATH
HZ=100
export HZ
[ -x /etc/TIMEZONE ] && . /etc/TIMEZONE
umask 027
LEVEL=$3
export LEVEL
When I attempt to set the value useing scoadmin it reports a missing environment variable TZ and exits the sub routine
checking the environment with env show there is no TZ variable
if I TZ=CST6CDT;export TZ then scoadmin lets me run through the timezone change, but next reboot of server and its back to GMT
also ran through the tz command with the same results Time zone is changed only until the system is taken down.
I have checked /etc/TIMEZONE and it is set to
TZ='CST6CDT'
export TZ
which should be correct
I have checked the /etc/initscript
PATH=/bin:/usr/bin
export PATH
HZ=100
export HZ
[ -x /etc/TIMEZONE ] && . /etc/TIMEZONE
umask 027
LEVEL=$3
export LEVEL
When I attempt to set the value useing scoadmin it reports a missing environment variable TZ and exits the sub routine
checking the environment with env show there is no TZ variable
if I TZ=CST6CDT;export TZ then scoadmin lets me run through the timezone change, but next reboot of server and its back to GMT
also ran through the tz command with the same results Time zone is changed only until the system is taken down.