How to reset timezone in Linux/Centos server:
There are two way to do this:
There are two way to do this:
1) cp /usr/share/zoneinfo/Singapore /etc/localtime* For creating soft link, please make sure localtime file should not be exist in /etc path folder. You can remove or rename localtime file first
*2) ln -s /usr/share/zoneinfo/Singapore /etc/localtime
No comments:
Post a Comment