How to change time source from "Local CMOS Clock" to "DC"
To configure a client computer or a member server to sync time from the domain, run the following command:
w32tm /config /syncfromflags:domhier /update
And then stop and restart the time service by running:
net stop w32time && net start w32time
This should be all you need to do.