commands.sh

sntp

macos

A very Simple Network Time Protocol client program.

More info →

Examples (3)

Query a specified SNTP server and display the time

sntp pool.ntp.org

Synchronize the system clock with a specified SNTP server

sudo sntp -S pool.ntp.org

Enable debug logging

sntp -d pool.ntp.org
made by @shridhargupta | data from tldr-pages