all groups > dotnet faqs > august 2004 >
You're in the

dotnet faqs

group:

System Time synchronization


Re: System Time synchronization Sam Santiago
8/23/2004 3:17:40 PM
dotnet faqs:
Check out this link:

How to Configure an Authoritative Time Server in Windows 2000
http://support.microsoft.com/default.aspx?scid=kb;en-us;216734

It has a link to Word document that discusses the time service in detail.
Essentially, you can run the command:

net time /setsntp:ntpserver

to set which server you want to sync with. ntpserver can be an IP address
or server name (Internet or local).

Thanks,

Sam

--
_______________________________
Sam Santiago
ssantiago@n0spam-SoftiTechture.com
http://www.SoftiTechture.com
_______________________________
[quoted text, click to view]

System Time synchronization arcvonz
8/23/2004 3:29:58 PM
We have a time critical smart client application running on Windows 2000/XP
systems.
Is there any reliable service that would help in syncing the local system
time to atomic clock or local time at the least in case the user changes the
system clock in purpose or inadvertently?

- Network synchronization solutions in the network is manual I believe?
- Web service based sync could work but will not if the user is off line.

Any other viable solutions? (programmatically)

Thanks much,
Arc

Re: System Time synchronization John Timney (Microsoft MVP)
8/23/2004 8:40:05 PM
Why dont you write a small windows service that queries a web based atomic
clock and resets the time

Regards

John Timney
Microsoft Regional Director
Microsoft MVP


[quoted text, click to view]

AddThis Social Bookmark Button