Might try resetting the Windows Time service.
w32tm /unregister
net stop w32time
w32tm /register
net start w32time
w32tm /config /syncfromflags:domhier /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--