This is how to change your system time to the correct time zone on redhat/centosmv /etc/localtime /etc/localtime.oldln -s /usr/share/zoneinfo/America/New_York /etc/localtime
mv /etc/localtime /etc/localtime.old
ln -s /usr/share/zoneinfo/America/New_York /etc/localtime