VMware Windows Server 2012 Domain Controller time resync issues

The PDCEmulator should be configured to an external time source (time.windows.com can be replaced with either DNS name or an ip address)

w32tm /config /manualpeerlist:time.windows.com /syncfromflags:manual /reliable:yes /update

then

net stop w32time && net start w32time

Then on the client PC:

net stop w32time && net start w32time