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
Latest posts by Rick Donato (see all)
- NETCONF & YANG: Automate Network Configs via Python - April 2, 2026
- Palo Alto – How to Configure Your Next-Generation Firewall - April 2, 2026
- How to Harden Linux SSH: Keys, Fail2ban & Ciphers - March 1, 2026
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:
Delta Practice Tests