On our windows server 2008 pdc the synchronized time is over 15 minutes fast. When I run the following command on the pdc I get:
w32tm /stripchart /computer:time.windows.com /samples:5 /dataonly
Tracking time.windows.com [207.46.197.32:123].
Collecting 5 samples.
The current time is 3/1/2009 11:49:48 PM.
23:49:48, -1027.0031239s
23:49:50, -1026.9932318s
23:49:53, -1026.9994987s
23:49:55, -1027.0142540s
23:49:57, -1027.0109247s
The output shows 1027 seconds off. When I run this on my backup domain controller I get this output:
w32tm /stripchart /computer:time.windows.com /samples:5 /dataonly
Tracking time.windows.com [207.46.197.32:123].
Collecting 5 samples.
The current time is 3/1/2009 11:30:38 PM.
23:30:38, +00.0117533s
23:30:40, -00.0005102s
23:30:43, +00.0028513s
23:30:45, -00.0094122s
23:30:47, -00.0141616s
What do I need to change to make the PDC get the right time?