A Windows desktop app that synchronises the system clock against many NTP servers at once and applies the median offset with microsecond precision.
Rather than trusting a single time source, the tool queries dozens of servers concurrently and takes the median offset, so one misbehaving or drifting server cannot skew the result.
Corrections are written through the Windows FILETIME API at 100-nanosecond resolution, with rounding applied before scaling to avoid floating-point drift. A live clock updates at 30 fps.
git clone https://github.com/HouwyTwitch/win-time-sync-tool.git
cd win-time-sync-tool
pip install -r requirements.txt
# run elevated to actually set the clock
python main.py