Check here for the correct timezone: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
SSH into the server
Run the following, with the relevant TZ database timezone. In this example, Europe/London
Then, edit /ect/sysconfig/clock
Change the line to the correct TZ timezone:
Save the file
Run to check all is now correct:
Reboot the server
See More....
SSH into the server
Run the following, with the relevant TZ database timezone. In this example, Europe/London
ln -sf /usr/share/zoneinfo/Europe/London /etc/localtimeThen, edit /ect/sysconfig/clock
nano /etc/sysconfig/clockChange the line to the correct TZ timezone:
ZONE="Europe/London"Save the file
Run to check all is now correct:
dateReboot the server
See More....
No comments:
Post a Comment