To change the time zone for linux or unix systems you can check the following steps:
# cat /etc/timezone
Asia/Shanghai# vim /etc/timezone
Asia/Singapore# export TZ=Asia/SingaporeSaturday of December 01, 2012
To change the time zone for linux or unix systems you can check the following steps:
# cat /etc/timezone
Asia/Shanghai# vim /etc/timezone
Asia/Singapore# export TZ=Asia/Singapore