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
=========

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Booting/Starting my VPS

You can Boot/Start your VPS using two different methods. We are highlighting these below for your...

Creating a custom php.ini in cPanel

Creating a custom php.ini file can be useful in certain circumstances such as allowing different...

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...

Free Linux Based Control Panels

When you purchase an Unmanaged VPS or Dedicated Server from us, you'll have no control panel...