in reply to (tye)Re: Perl reading clock changes
in thread Perl reading clock changes
A = 1:45pm
B = 10 minutes
C = 1:35pm
C = A - B
but we can't probe this because we don't know the real startup time. But if
D = Real startup time
D = 12:00pm
We can compute if C = D
if C = D the clock is correct
if C <> D the clock was adjusted
C = 1:35pm
D = 12:00pm
C <> D so the clock was adjusted
BUT WE CAN TO KNOW THE STARTUP TIME???
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(tye)Re2: Perl reading clock changes
by tye (Sage) on Feb 07, 2002 at 15:08 UTC |