logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Synchronize Time - SNTP Client | Online Free DevTools by Hexmos

Synchronize system time accurately with SNTP. Use Simple Network Time Protocol to query time servers and adjust the system clock. Free online tool, no registration required.

sntp

A very Simple Network Time Protocol client program. More information: https://keith.github.io/xcode-man-pages/sntp.1.

  • 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}}

See Also