CentOS timezone not updating

ISSUE

When configuring the timezone within Centos the correct timezone is not propagated and the output of the command date does not represent the timezone previously configured.

SOLUTION

This can be caused by corrupted timezone files. To resolve the issue remove the soft-link, reinstall tzdata and then recreate the soft-link to the necessary timezone.

[root@server ~]# rm /etc/localtime
rm: remove regular file '/etc/localtime'? y

 

[root@server ~]# yum reinstall tzdata -y
[root@server ~]# ln -s /usr/share/zoneinfo/GB /etc/localtime
[root@server ~]# date
Fri May 22 12:05:06 BST 2011
Rick Donato

Want to become a Linux expert?

Here is our hand-picked selection of the best courses you can find online:
Linux Mastery course
Linux Administration Bootcamp
and our recommended certification practice exams:
AlphaPrep Practice Tests - Free Trial