Use NTP to configure time and dates for you
yum install ntp
Start
service ntpd start
Start on reboot
chkconfig ntpd on
Get it to update now
/usr/sbin/ntpdate pool.ntp.org
date
will tell you EST, GMT etc
`Wed Feb 10 07:18:42 EST 2016`
To change:
ls /etc/localtime
is linked toMake sure your timezone is listed in ls /usr/share/zoneinfo/
etc/localtime -> ../usr/share/zoneinfo/America/New_York
Change if wrong
rm /etc/localtime
ln –s /usr/share/zoneinfo/GB /etc/localtime