macOS showing the wrong time
Today I noticed that the time on my Mac Mini Late 2014 (Yes, it's
still running) was way off. So I used the sntp
program to reset it
as follows:
sudo sntp -sS time.apple.com
Options:
-s
OK to 'step' the time withsettimeofday(2)
.-S
OK to 'slew' the time withadjtime(2)
.