How to change timezone on Centos 5


Here is a short quick one that may help someone. This will change the time zone to EST


Run from a command line

date

Then run

ln  -sf /usr/share/zoneinfo/America/New_York /etc/localtime

Then run again to check to see if your change worked.

date


Hope it helps...


Labels: ,