How to set the timezone on Ubuntu Server

How to set the timezone on Ubuntu Server

I recently bought a new VPS from a hosting company in New York and I installed Ubuntu 13.04 on the new machine. As expected, it chose Americ/New_York as the default time zone for the new server. To change it, it is as easy as run the following command:

sudo dpkg-reconfigure tzdata

And the just follow the prompts to choose your currently region and city. If you want your cron jobs to be using the updated time zone, you will also need to restart the cron demaeon.

/etc/init.d/cron restart

And syslog

sudo service rsyslog restart

Or maybe just reboot the server to make sure everything is in synced. Too easy…

Loading

Leave a Reply

Your email address will not be published. Required fields are marked *

My new Snowflake Blog is now live. I will not be updating this blog anymore but will continue with new contents in the Snowflake world!