How can I change the server timezone?

Changing the server timezone is a fairly simple process and can be done with as little as one command via SSH.

If you have cPanel installed on your server, please follow this guide.

If you do not have cPanel, please carry on reading.


Firstly, login to your server as root and enter the following command: ln -f -s /usr/share/zoneinfo/TIMEZONE /etc/localtime

Replace TIMEZONE with your desired timezone (i.e. GMT, EST, etc).

To verify that the change has taken affect, you can run the date command which will look something like this:

=========
# date
Sat Jan 26 15:48:58 EST 2013
=========

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

Do I recieve root access?

Yes! You can have as much or as little access as you wish to your server!

Do you provide remote reboot ports?

We currently do not offer and remote reboot option. However, since our reboots are provided free...

How do I access SolusVM?

You can access SolusVM for your VPS account here:  http://vps.hudsonvalleyhost.com:5353

How do I Install cPanel?

To install cPanel simply login to your VPS or dedicated server and follow these instructions: To...