Wednesday, May 11, 2016

How to reset timezone in Linux/Centos server:

There are two way to do this:

1) cp /usr/share/zoneinfo/Singapore /etc/localtime
*2) ln -s /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

No comments:

Post a Comment