When using the command line:
https://www.voidtools.com/support/every ... e_options/
"Everything.exe" -create-file-list "c:\temp\test.csv" "c:\temp\"
This returns FILETIME on Date Modified and Date Created.
When I export from the GUI it saves as "normal datetime"
How can I add the NORMAL datetime as an export through CLI?
Change from FILETIME to DATETIME
Re: Change from FILETIME to DATETIME
Totally noob - had to use the es.exe - and not the Everything.exe!
Re: Change from FILETIME to DATETIME
Please try exporting to csv from es with the -export-csv command line option.
To convert FILETIME to a date in excel, use the following formula:
=((C2-116444736000000000)/864000000000)+DATE(1970,1,1)
where C2 is the cell to convert from a FILETIME to date.
https://stackoverflow.com/questions/421 ... excel-date
The reason for using FILETIME in efu files is the very high (100 nanosecond) resolution.
To convert FILETIME to a date in excel, use the following formula:
=((C2-116444736000000000)/864000000000)+DATE(1970,1,1)
where C2 is the cell to convert from a FILETIME to date.
https://stackoverflow.com/questions/421 ... excel-date
The reason for using FILETIME in efu files is the very high (100 nanosecond) resolution.