Follow yourusername on Twitter

CentOS timezone not updating
Monday, 30 May 2011 11:57

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


 

Secured by Incapsula