This will work for most Windows releases, it will force the OS to update its time sync against an NTP server.
Run the following commands on a Powershell window:
w32tm /config /manualpeerlist:time.nist.gov /syncfromflags:MANUAL Stop-Service w32time Start-Service w32time
After running those commands, force the sync:
w32tm /resync
Check w32tm status:
w32tm /query /status