Issue of event-log-analysis questions

Hello I have one issue ,

  • I have tried many ways to get the answer of this such as cmd commands and event viewer and other tools also python scripting that used for this purpose but there no result of : How many events were recorded in the System log between 5 PM and 8 PM on 17 September 2021? it always be 0 while the answer format is 3 digit ? there any answer can i use ?

Event Logs;
For some reason, when I search in the security section, I cannot get results when I enter certain date ranges?

Have you tried using PowerShell? It’s pretty handy for this kind of task. You can use something like: Get-EventLog -LogName System -After “09/17/2021 5:00PM” -Before “09/17/2021 8:00PM”