Run history last run date

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
JumpinSpood
Posts: 2
Joined: Fri Oct 03, 2025 12:21 pm

Run history last run date

Post by JumpinSpood »

My last run date always shows something along the lines of 1 or 1.34e+17

What is this and is there a way to get it to display the actual date?

Thanks!
void
Developer
Posts: 19839
Joined: Fri Oct 16, 2009 11:31 pm

Re: Run history last run date

Post by void »

Where are you seeing the long number? Excel?

Everything uses FILETIMEs to store dates.

To convert FILETIMEs to a date in Excel, please try the following formula:

=((C2-116444736000000000)/864000000000)+DATE(1970,1,1)


(where C2 is the FILETIME)
Post Reply