Knowledgebase
Our Client Portal

Changing Linux server time zone

If you want to change the time zone for your server to match your own time zone then this can be done very easily by doing the following:

1.) Remove the existing time zone setup with: "rm /etc/localtime"

2.) Symlink the time zone you want with: "ln -s /usr/share/zoneinfo/Europe/London /etc/localtime" (where Europe/London is the time zone you want!)

If you now issue "date" you should now see the time zone had been adjusted!

Add to Favourites Add to Favourites

Was this answer helpful?

Print this Article Print this Article

Also Read
How to alter SSH Port (Views: 351)

Recent News
Some users may have noticed a brief amount of disruption to service just after 1...
We have received notification from the upstream of our London DR POP (Note: this...
We're currently investing issues with one of our dns name servers as of 14:00 12...
Knowledgebase Articles
Would you like to visit us at our onsite office in person or perhaps tour the da...
Slow SSH logins are generally because your server/vps is attempting to do a rDNS...
Generally speaking to check what version of a Linux distribution you have instal...