In the latest macOS version (Mojave 10.14 Beta) the ntpdate tool has been removed. What I want to do is to simply restart the computer clock using an NTP server:
sudo ntpdate -u pool.ntp.org
Has Apple published the reasoning behind the removal, and have they replaced it with something else?
The current question is asking for a command alternative, while the linked question is asking how to tell if time is updating.
It is possible to use
sudo sntp -sS hostnameas an alternative tosudo ntpdate -u hostname.Source
– jamsinclair Sep 19 '18 at 02:39