how to change my timezone on vps / dedicated

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.
  • 16 Utilisateurs l'ont trouvée utile
Cette réponse était-elle pertinente?

Articles connexes

How do I set up custom name servers?

How do I set up custom name servers? You can make your own name servers and use them instead of...

How to flush your server's firewall and IP tables

How to flush your server's firewall and IP tables All servers use IP tables to decide what can...

How to install cpanel on My server?

To install cPanel on your server, follow these steps:   Ensure your server meets the minimum...

How do I install plesk to my server?

  How do I install plesk to my server?    To install Plesk on your server, you can follow...