Changing Timezone in RHEL/Centos

This is one way of changing your server timezone and resync on the ntp server

 service ntpd stop

 cp /usr/share/zoneinfo/Asia/Singapore /etc/localtime

 ntpdate 

 service ntpd start 


more info: http://www.redhat.com/advice/tips/timezone.html

By penoi on Thursday, May 17, 2012 | | A comment?
0 responses to “Changing Timezone in RHEL/Centos”