21.06.2023, 06:35
Run this script (replace NTP_SERVER_IP with your PC IP address) and check what you get in Logs:
Code:
res = io.readproc('ntpd -dnq -p NTP_SERVER_IP 2>&1')
log(res)