I have a remote server that is located about two countries away from my location. That means, that the server is set up to -1 hour in comparison to my time zone. And I need it to work on my local time zone. I don't have access to bios or anything like that, so what I am doing, is manually setting up date and time in control panel. It works fine, until the computer resets, then it's back to -1 hour again. It messes up my applications totally, and it cannot be that way. Is there anything I can do about it?
-
4Is the time zone set properly? Is it set to Synchronize with a time server? – colealtdelete Apr 30 '13 at 20:12
-
@Cole: I have changed the time zone to be equal to my local one. Also It is not set to synchronize with a time zone, it is pretty much default windows configuration, so there isn't anything fancy in there. – ojek Apr 30 '13 at 20:32
-
4It is a Virtual Machine? – Chris S Apr 30 '13 at 21:03
-
@ChrisS: No it is a remote server, a standalone machine. – ojek May 01 '13 at 13:57
-
Just to double check, you are **not** trying to set the time. You **have** set the Time Zone, and **have** synchronized the time with either a Domain or by SNTP? – Chris S May 01 '13 at 14:01
-
@ChrisS: I have clicked on the clock, clicked on `change date and time settings`, then I clicked on `Change time zone...` and adjusted it to my local time zone, and then I clicked `Change date and time` and moved it back one hour. Did nothing else with that. How can I synchronize it with domain/sntp? Will that help? – ojek May 01 '13 at 14:12
1 Answers
The clock is being set to the correct time automatically. Do not try to set the time, as it will just be reset to the correct time again.
Adjust the Time Zone, if necessary, to the time you want to appear to be localtime.
Note: Windows does not keep track of time in localtime, your application might (especially older and poorly written "enterprise" applications), but Windows does not. Windows keeps time in UTC, along with every other well written application.
Forcing the clock to update will help determine if you are setting the timezone correctly to display the localtime you want to see. If the time displays incorrectly you've got the wrong timezone selected. Update the clock by:
- For Domain Joined computers: at an elevated command prompt run
net time /set /y
- For Non-Domain computers: open Date and Time Properties (right click the clock, or in control panel), on the Internet Time tab, make sure a valid NTP server is configured and click the Update Now button.
For Virtual Machines: make sure the guest-host clock synchronization is enabled. The host should be configured to update it's time automatically (essentially the same as above). The guest should have it's own time synchronization services disabled.
Note: Some virtualization platforms have been known to cause problems when guest-host time synchronization is enabled. The vast majority of these issues have been resolved with modern versions of the respective software.
Time synchronization protocols all work in UTC, not localtime. So you can synchronize with any good time source and get the correct time. Using a time source nearby will get more accurate time, but if accuracy of a few seconds is acceptable then most any time source will work.
- For Domain Joined computers: at an elevated command prompt run