Wednesday, August 15, 2012

CentOS Change Timezone

SkyHi @ Wednesday, August 15, 2012

#cp /usr/share/zoneinfo/America/Vancouver /etc/localtime
or
#ln -sf /usr/share/zoneinfo/ America/Vancouver  /etc/localtime
One more point you need to add in post is:
if  copy or create symlink but zone change not reflecting than
#yum search tzdata
#yum update tzdata
than execute date command.
you get the correct time zone.

REFERENCES