Incorrect timezone on a Linux box

To correct the timezone on a Linux box you need to get the correct /etc/localtime file. Here is how you would set a Centos box to Central time:

cp /usr/share/zoneinfo/US/Central /etc/localtime

Tags: