Translator

The next version of Ubuntu is coming soon

Saturday, April 12, 2014

Change Time Zone In Linux

The more generic procedure to change the timezone is to create a symlink to file /etc/localtime
# ln -sf /usr/share/zoneinfo/Africa/Johannesburg /etc/localtime
OR you can copy and replace the current localtime setting
# cp /usr/share/zoneinfo/Africa/Johannesburg /etc/localtime
To verify that your timezone is changed use the date command:
# date
DONE

0 comments:

Post a Comment