- May
- 13,808
- 211
TIME /S doesn't seem to work very well. Yesterday, with RC1, it was better.
I have no difficulty contacting the server as my TIMESYNC plugin shows:
In addition, its timeout is a whole minute (!) and there's no way to interrupt it. A timeout of anything more than a second or two is inappropriate for NNTP.
Here are a couple more tries ... with TIME /S, then with TIMESYNC
Code:
v:\> time /s time-b.nist.gov
TCC: Timeout. "time-b.nist.gov"
v:\> time /s time-b.nist.gov
TCC: Timeout. "time-b.nist.gov"
v:\> time /s time-b.nist.gov
TCC: Timeout. "time-b.nist.gov"
Code:
v:\> for /L %i in (1,1,10) (timesync time-b.nist.gov /n | grep off)
Estimated local time offset: 0.014 seconds
Estimated local time offset: 0.014 seconds
Estimated local time offset: 0.015 seconds
Estimated local time offset: 0.018 seconds
Estimated local time offset: 0.017 seconds
Estimated local time offset: 0.019 seconds
Estimated local time offset: 0.016 seconds
Estimated local time offset: 0.018 seconds
Estimated local time offset: 0.017 seconds
Estimated local time offset: 0.015 seconds
Here are a couple more tries ... with TIME /S, then with TIMESYNC
Code:
v:\> for /L %i in (1,1,10) (time /s time-b.nist.gov)
TCC: Timeout. "time-b.nist.gov"
TCC: Timeout. "time-b.nist.gov"
System time updated to : Fri Oct 23, 2009 17:21:08
TCC: Timeout. "time-b.nist.gov"
TCC: Timeout. "time-b.nist.gov"
TCC: Timeout. "time-b.nist.gov"
TCC: Timeout. "time-b.nist.gov"
TCC: Timeout. "time-b.nist.gov"
TCC: Timeout. "time-b.nist.gov"
TCC: Timeout. "time-b.nist.gov"
v:\> for /L %i in (1,1,10) (timesync time-b.nist.gov /n | grep off)
Estimated local time offset: 0.004 seconds
Estimated local time offset: 0.0000 seconds
Estimated local time offset: -0.001 seconds
Estimated local time offset: 0.002 seconds
Estimated local time offset: 0.001 seconds
Estimated local time offset: -0.000 seconds
Estimated local time offset: -0.004 seconds
Estimated local time offset: 0.004 seconds
Estimated local time offset: 0.004 seconds
Estimated local time offset: 0.001 seconds