Skip to content

Instantly share code, notes, and snippets.

@arohner
Created August 15, 2012 07:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arohner/3357459 to your computer and use it in GitHub Desktop.
Save arohner/3357459 to your computer and use it in GitHub Desktop.
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