Ubuntu server: change timezone
Q. How do I update the timezone on an Ubuntu Server?
A. Two easy steps:
NB: This will overwrite whatever you've had there before:
~# sudo echo "America/New_York" > /etc/timezone
~# sudo dpkg-reconfigure --frontend noninteractive tzdata
Done
Last Updated on Friday, 04 September 2015 07:40
Add your comment
yvComment v.1.24.0