How to Change the Time Zone, Date, and Time on a Windows VPS
Truobox
June 15, 2022
Introduction
Having the right date, time, and time zone on your Windows VPS matters more than it seems. Plenty of applications, services, and scheduled tasks rely on the system clock to work properly: SSL certificates that validate timestamps, scheduled backups, log files, database synchronization, and web apps that display dates to your users.
By default, your VPS may ship with a time zone that has nothing to do with where you actually are. In this guide we walk you through adjusting the time zone, date, and time on your Windows Server VPS so everything matches your region.
Why the right time zone matters
- Scheduled tasks (cron jobs): If you have backups, scripts, or processes that run at specific hours, the wrong time zone means they run at the wrong moment.
- Logs and records: System and application logs use the server’s clock. If it doesn’t match your time zone, troubleshooting turns into guesswork.
- Web applications: Online stores, forums, ticket systems, and other apps show dates and times to users. If the server sits in another time zone, everything they see is off.
- SSL certificates and security: Some certificate validation processes and security tokens depend on an accurate system clock.
Powerful VPS from $4.99/month. Build your server exactly the way you want it with our VPS plans, including full root access and human support. See VPS plans →
Before you start
- An active VPS running Windows Server in your Truobox account.
- Access to your client area at truobox.com.
Step 1: Open your VPS from the remote console
- Go to truobox.com and click “My Account” to sign in.
- Once inside, go to Services → My Services.
- Select the VPS you want to configure.
- Click “noVNC Console” to open the remote console and reach your VPS desktop.
Step 2: Open Control Panel
Once you’re on your Windows VPS desktop, open Control Panel. There are a couple of ways to do it:
- Click the Start button and search for “Control Panel”.
- Press Windows + R, type
control, and press Enter.
Step 3: Go to the date and time settings
Inside Control Panel:
- Click “Clock and Region” or “Clock, Language, and Region”, depending on your Windows version.
- Then click “Date and Time”.
The system’s date and time window opens.
Quicker route
You can also right-click the clock in the taskbar (bottom-right corner) and choose “Adjust date/time” to jump straight into the settings.
Step 4: Change the time zone
In the Date and Time window:
- Click the “Change time zone…” button.
- A dropdown opens with every available time zone.
- Pick the time zone that matches your location. For example:
- (UTC-05:00) Bogota, Lima, Quito for Colombia, Peru, and Ecuador.
- (UTC-04:30) Caracas for Venezuela.
- (UTC-06:00) Mexico City for Mexico (central zone).
- (UTC-03:00) Buenos Aires for Argentina.
- (UTC+01:00) Madrid for mainland Spain.
- Click OK to confirm the change.
The time zone updates right away and the system clock adjusts automatically.
Step 5: Set the date and time manually (optional)
If the date or time still looks wrong after changing the time zone, you can set them by hand:
- In the same Date and Time window, click “Change date and time…”.
- You may need administrator permissions. Click Continue or enter the administrator credentials if prompted.
- Set the date using the interactive calendar.
- Set the time by adjusting hours, minutes, and seconds.
- Click OK to apply the changes.
Automatic sync with a time server
To keep the clock accurate without ever touching it again, turn on synchronization with an internet time server:
- In the Date and Time window, open the “Internet Time” tab.
- Click “Change settings…”.
- Check the “Synchronize with an Internet time server” box.
- Pick a server from the list (for example,
time.windows.comorpool.ntp.org). - Click “Update now” to sync immediately, then click OK.
With this in place, your VPS syncs its clock automatically on a regular basis, so it always has the correct time.
Verify the changes
To confirm the time zone, date, and time were applied correctly:
- Check the clock in the taskbar (bottom-right corner of the desktop).
- Open PowerShell or Command Prompt and run:
Get-Date
This shows the current system date and time, along with the configured time zone.
Set up your VPS your way. With Truobox VPS servers you get full control: time zone, software, security, and dedicated performance. See VPS plans →
Conclusion
Getting the time zone, date, and time right on your Windows VPS takes a few minutes and saves you a long list of headaches later. From the accuracy of your scheduled tasks to the dates your applications show, a synchronized server clock is essential.
We recommend turning on automatic synchronization with an internet time server so you never have to think about manual adjustments again. If you need a hand configuring your VPS, the Truobox support team is here to help.