Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
trouble setting timezone in ubuntu 12.04
root@box16:~# cat /etc/timezone
Etc/UTC
root@box16:~# echo Americas/Los_Angeles | sudo tee /etc/timezone
Americas/Los_Angeles
root@box16:~# cat /etc/timezone
Americas/Los_Angeles
root@box16:~# sudo dpkg-reconfigure --frontend noninteractive tzdata
Current default time zone: 'Etc/UTC'
Local time is now: Wed Aug 15 07:53:48 UTC 2012.
Universal Time is now: Wed Aug 15 07:53:48 UTC 2012.
root@box16:~# cat /etc/timezone
Etc/UTC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment