change time zone in centos 6 Change the current timezone in CentOS 6 and older Type the following commands as root: cp /etc/localtime /root/old.timezone rm /etc/localtime ln -s /usr/share/zoneinfo/America/Chicago /etc/localtime