Changing time zone to Indian
cd /etc
then
[root@localhost etc]# ln -sf /usr/share/zoneinfo/Asia/Calcutta localtime
[root@localhost /root]# date 092011082001
Thu Sep 20 11:08:00 CDT 2001
[root@localhost /root]# hwclock –utc –systohc
[root@localhost /root]#
Ref: http://www.hypexr.org/linux_date_time_help.php

Read On »