|
Change timezone in CentOS 4.x and 5.x
Look through the timezones to see which one you want.
ls -l /usr/share/zoneinfo/
Change the system's timezone and verify time is updated.
cd /etc
ln -sf /usr/share/zoneinfo/UTC localtime
ntpdate -u 0.north-america.pool.ntp.org
See manufacturer documentation if you need additional instructions.
- Scotech
|