Centos reverts to GMT
ln -sf /usr/share/zoneinfo/US/Pacific /etc/localtime
And all is well.
Is there a way to keep the timezone from reverting?
1 Reply
ZONE="US/Pacific"
ln -sf /usr/share/zoneinfo/US/Pacific /etc/localtime
And all is well.
Is there a way to keep the timezone from reverting?
ZONE="US/Pacific"