🎉 Use code ORDER25K to get 25% OFF all orders! 🎉

Knowledgebase

how to change my timezone on vps / dedicated Print

  • 16

if the servers time zone is incorrect or your crons are not running on time  we can check and change the timezone.

1. First we can check what time zone your server is running with the following command.

timedatectl

this will return information on the time and the timezone your on.

2.lets grab a list of time zones to check the format.

timedatectl list-timezones


3. when you have the timezone you want we can do the following


timedatectl set-timezone Europe/London

change Europe/London to the timezone you want.

Was this answer helpful?
« Back