Notifications
Clear all
05/01/2017 11:20 pm
First! Make a backup of the existing localtime file. Always make a backup of original config files making changes.
sudo mv /etc/localtime /etc/localtime.bak
Next, create the link:
sudo ln -s /usr/share/zoneinfo/America/Your_City /etc/localtime
reboot
verify the output after reboot
date