Where is machine getting time from?

Associate
Joined
28 Nov 2002
Posts
766
Location
Down the road
Silly Q perhaps, but is there any way to trace where a machine is getting its time from?
The Locale is UK and all regional settings are UK, its loggin on to a DC who has the correct time, but for some reason this machine is 8hrs ahead and re-sets itself to this 8hr offset after a few minutes of it being corrected.

how can I trace where its being set from (its another windows 2003 machine if that is relevant)..

Thanks
 
marc2003 said:
go to start, run

cmd /k net time /querysntp

that will tell you where it's getting the time from. :)

Thanks. When I ran that command it gives the following:
Code:
The current SNTP value is: time.windows.com,0x1

which is the same as another server who's time is correct! I've checked the settings in control panel and its definitely set to UK, as it the settings in the clock itself.

if I run just net time I get:

Code:
Current time at \\SERVERNAME is 28/11/2006 19:49
Local Time (GMT - 08:00) at \\SERVERNAME is 28/11/2006 11:49

But I have no idea why?!?
 
Really need it running though. This is only a subset of machines in a test environment, so it may impact other machines on the domain.
 
Back
Top Bottom