⏰
NTP Time Check
ntpInput
- Target: NTP server hostname or IP (for example
time.apple.comorpool.ntp.org). - Common public servers:
time.apple.com,pool.ntp.org,time.google.com,time.cloudflare.com.
Options
- Samples: number of SNTP queries sent (
1,3, or5; default3). The sample with the lowest round-trip delay is used for the offset result.
Output
- Clock offset in seconds (positive = device clock behind the server) with a plain-language verdict line.
- Round-trip delay in milliseconds.
- Server details: stratum, leap indicator, reference ID, NTP version, precision, root delay/dispersion.
- Server time vs. device time at the moment of the response, plus per-sample offset/delay lines.
- Kiss-of-Death detection (codes like
RATEorDENY) when a server asks the client to stop querying.
Tips
- Clock drift is a common hidden cause of TLS "certificate not valid" errors and failing one-time passcodes — pair this tool with the TLS Cert Inspector.
time.google.comapplies leap smearing, so its time can differ slightly from non-smearing servers around a leap second.- If no reply arrives, the network may block outbound UDP port 123; try another network or server.
Deeplink
netdebug://ntp?target=pool.ntp.org&samples=5
Tip: in the app, open the Export menu (the share icon) on this screen and choose Copy Deeplink to copy this link as a Universal Link with your current target and options already filled in.
NetDebug Toolkit