Connect to the Domain controller with domain admin credentials.
Load up powershell ISE as an admin and past this
w32tm.exe /config /manualpeerlist:”0.us.pool.ntp.org 1.us.pool.ntp.org 2.us.pool.ntp.org 3.us.pool.ntp.org” /syncfromflags:manual /reliable:YES /update
w32tm.exe /config /update
Restart-Service w32time
The time should update in a few minutes.