as of March 01, 2011 the URL of the NRC time server changed from time.nrc.ca to time4.nrc.ca
http://www.nrc-cnrc.gc.ca/eng/services/inms/time-services/network-time.html This is a script I use to check clock sync: #!/bin/bash # # Version 01 July 17, 2011 Christopjer Aziz APR Ltd. # # check computer clock against NRC time server echo "Gather host times around NRC time server query ..." echo "" # # gather all then print is better if print or transmission lags hostdate1="$(date)" nrcdate="$(rdate -p time4.nrc.ca)" hostdate2="$(date)" # echo "host time: ${hostdate1}" echo "NRC time: ${nrcdate}" echo "host time: ${hostdate2}" echo "" echo "Now is $(date)" On 11-11-06 09:16 PM, Michael John Walters wrote:
The desktop, which I rarely shut down, seems to be about ten minutes fast. Th
<<attachment: caziz.vcf>>
_______________________________________________ clug-talk mailing list clug-talk@clug.ca http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying