I'm trying to find the last run time of a specific task in Windows Task Scheduler on Windows 10.
At the beginning I used schtasks /QUERY /FO LIST /V /TN "TASK_NAME"
, which gave me a string that I converted to datetime. But, then I realized that I have a problem with different formats.
Is there a way to get this data as a date time from the beginning or at least as a string of Unix time?