FreeBSD time updates with ntpdate and ntpd
So FreeBSD's time is out of wack. Two options:
-
ntpdate. This is manual. To run a time sync manually, just run
ntpdate -b pool.ntp.org
You can replace pool.ntp.org with whatever you want. To tell it to run whenever the system is booted, add this to /etc …
more ...