Internet time is hidden from control panel.
As a PDC, Windows Server 2008 need to be synchronized with external source.
You can select the closest NTP server from http://www.pool.ntp.org/en/
Microsoft recommends (quote from technet.microsoft.com):
- Click Start, and then click Command Prompt.
- In the Command Prompt window, type the following line, where peers is a comma-separated list of IP addresses of the appropriate time sources, and press ENTER:w32tm /config /manualpeerlist: peers /syncfromflags:MANUALThe time sources you choose depend on your time zone. For example, if your domain controller is located in the Pacific Time zone, this line might read:w32tm /config /manualpeerlist:131.107.1.10 /syncfromflags:MANUALIn this example, the IP address of the timeserver is used instead of the fully qualified domain name for security purposes.
- Press ENTER. You should get a message that the command completed successfully.
- Type w32tm /config /update
- Press ENTER. You should get a message that the command completed successfully.W32time uses a variable poll interval based on the quality of timesync with the server. On DCs, this interval defaults to between 64 and 1024 seconds.
- To immediately synchronize with the external time server, type w32tm /resync and press ENTER. You should get a message that the command completed successfully.
- Type Exit and press ENTER.
Example:
For Canada we can use
ca.pool.ntp.org wich has the ip 207.194.97.58 or
clyde.concordia.ca 132.205.1.1
bonnie.concordia.ca 132.205.7.81
tick.encs.concordia.ca 132.205.96.93
tock.encs.concordia.ca 132.205.96.94
w32tm /config /manualpeerlist:207.194.97.58 /syncfromflags:MANUAL
w32tm /config /syncfromflags:manual /manualpeerlist:”132.205.96.94,0×1 207.194.97.58,0×1 ” /update /reliable:yes