Changing time zone in linux

Saturday 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