Linux - How to change the time zone, Change server to local time
How to change the time zone
Changing The Timezone
In order to change the timezone please make use of the following tips,
rm -f /etc/localtime
ln -s /usr/share/zoneinfo/Asia/Calcutta /etc/localtime
Thats it. In the above example I have chose India as my timezone. You can check your system's timezone in
cat /etc/sysconfig/clock
The topic on Linux - How to change the time zone is posted by - Arun
Hope you have enjoyed, Linux - How to change the time zoneThanks for your time