My “Date and Time” time is a minute off of the official time

time

I'm using Mavericks,10.9.5.

The time on the menu bar exactly matches the time in the official Date and Time area… It is that time in the official area that is incorrect.

First the time was about 30-40 seconds fast, and then I had to restart the computer several times because of an unrelated issue, and now I'm nearly a minute SLOW. Using a comment that I found in another thread, I found the terminal (for the first time ever!), entered this:

sudo ntpdate -u time.apple.com

And the result was this:

31 May 15:29:14 ntpdate[2476]: step time server 17.253.26.253 offset 50.650629 sec

What is the next step in trying to fix this issue… preferably in words of one syllable?

Best Answer

The use of ntpdate is considered deprecated. Most would recommend using ntpd instead, which is what the underlying system uses.

First, check in the "Date & Time" System Preferences pane that you have "Set date and time automatically" checked and have selected a time server. then try sudo ntpd -g in the terminal.

If this doesn't work then I would suspect a firewall issue on your network. You don't say if this is happening at work or home or regardless of location.