When I have set Mac OS X to set it's date and time automatically, how often is this really done? And is there a way I can force an update?
|
feedback
|
|
NTPd (used by Mac OSX) will sync at the speed it thinks is more appropriate - that depends on your clock skew. It will be more frequent when you first turn it on / connect to the net and then will connect at longer intervals when it has stabilized your clock enough. It does not only sync your current time and date, but also sync the actual clock speed. That means that after some time that you have enabled it (and are connected to the internet) your clock will be very precise even if you stay disconnected from the 'net for long times. If you want the gory details, head on to wikipedia and to the NTP site. | |||||
feedback
|
|
The network time daemon (ntpd) logs activity to /var/log/system.log. You can see recent activity with grep:
Read the ntp.conf man page ( | |||
feedback
|