Search


Thursday, August 23, 2012

Change Time zone in Linux server

 How to change the Time zone in Linux

The procedure to change the timezone is to create a symlink to file /etc/localtime. All the time zone information  list can be found in /usr/share/zoneinfo/

mv /etc/localtime /etc/localtime-old
ln -sf /usr/share/zoneinfo/EST localtime