| 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