Should have also been
Log Name: System
Source: Microsoft-Windows-Time-Service
Event ID: 142
Task Category: None
Level: Warning
User: LOCAL SERVICE
Description:
The time service has stopped advertising as a time source because the local clock is not synchronized.
either case I'd try resetting the 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--