Review available timezones
ls /usr/share/zoneinfo
Remove old timezone link
unlink /etc/localtime
Set new timezone
ln -s /usr/share/zoneinfo/Canada/Pacific /etc/localtime
Confirm that it worked
date
- Updated
How To's
3,078 views · 0 found this helpful
Review available timezones
ls /usr/share/zoneinfo
Remove old timezone link
unlink /etc/localtime
Set new timezone
ln -s /usr/share/zoneinfo/Canada/Pacific /etc/localtime
Confirm that it worked
date