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
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
No comments:
Post a Comment