w32time: The computer did not resync because no time data was available

  1. Reboot the time service

    net stop w32time
    net start w32time
    
  2. Tell the time sync service to use the changes

    w32tm /config /update
    
  3. Reset the local computer's time against the time server

    w32tm /resync /rediscover
    

The last command will force redetection of network resourced. Note: Resync succeeds even though the error message below appears.

The computer did not resync because no time data was available.

p.s. Please also check whether your firewall allows the ports needed by the time service.