I've been tinkering with microcontroller code and have learned about "real time clocks" and how computers attempt to keep accurate time.
More recently, I've become loosely familiar with NTP at the UDP level and realized that I could measure the clock drift over time just by repeatedly fetching hardware time and NTP time and comparing their differences over time.
I found that my desktop machine's RTC drifted by about 6 seconds in 33 hours. This kind of error is acceptable for some applications and unacceptable for others.
I did this on a Windows 10 machine, but I first