Sorry I'll be more clear. SRV1 and SRV2 used to be my DC's but I demoted them. They are the ones having problems.
Then they would not be able to use NT5DS time source. You'll need to configure them with an NTP source (which can be your PDCe's ip address).
w32tm /unregister
net stop w32time
w32tm /register
net start w32time
w32tm /config /manualpeerlist:<ntp ip address> /syncfromflags:manual /reliable:yes /update
net stop w32time
net start w32time
then check
w32tm /query /source
w32tm /query /configuration
--please don't forget to upvote
and Accept as answer
if the reply is helpful--