Microsoft-Windows-Time-Service › Event 50

Event ID 50 — The time service detected a time difference of greater than Name milliseconds for TimeDifferenceMilliseconds seconds.

Provider
Microsoft-Windows-Time-Service
Channel
System
Level
Warning

Message #

The time service detected a time difference of greater than %1 milliseconds for %2 seconds. The time difference might be caused by synchronization with low-accuracy time sources or by suboptimal network conditions. The time service is no longer synchronized and cannot provide the time to other clients or update the system clock. When a valid time stamp is received from a time service provider, the time service will correct itself.

Fields #

NameDescription
Name
TimeDifferenceMilliseconds UInt32
TimeSampleSeconds UInt32

Example Event #

{
  "system": {
    "provider": "Microsoft-Windows-Time-Service",
    "guid": "06EDCFEB-0FD0-4E53-ACCA-A6F8BBF81BCB",
    "event_source_name": "",
    "event_id": 50,
    "version": 0,
    "level": 3,
    "task": 0,
    "opcode": 0,
    "keywords": 9223372036854775808,
    "time_created": "2022-04-04T11:05:00.453780+00:00",
    "event_record_id": 1054,
    "correlation": {},
    "execution": {
      "process_id": 1832,
      "thread_id": 600
    },
    "channel": "System",
    "computer": "WIN-TKC15D7KHUR",
    "security": {
      "user_id": "S-1-5-19"
    }
  },
  "event_data": {
    "Name": "TMP_EVENT_LOCALCLOCK_UNSET",
    "TimeDifferenceMilliseconds": 5000,
    "TimeSampleSeconds": 900
  },
  "message": ""
}

References #