For computers that you cannot change time as they are "configured by organization" and gpupdate/AD time does not work:
//at elevated command prompt
w32tm /config /manualpeerlist:time.windows.com /syncfromflags:manual /reliable:yes /update
net stop w32time && net start w32time