I am writing an application for use on a network with 3 computers on it. My application DEPENDS on the time being very accurate. My problem is that the clocks on the 3 different computers are not the same. I've tried resetting them, but two days later all their times vary by at least 5 minutes.
Anyways my question is is there code to provide a solution to my problem.



example (Csystem.datetime.now <---- This on the main comp
(Fsystem.datetime.now <------ This on the others
where f: is the drive name of the one comp

I dont know???