Hello,
I am using version Version 1.4.1.935 (x64). When I export to an efu file and open it in NotePad, instead of displaying 5/22/2020 1:06 PM, it displays as 132346407966381000. I tried to attach a sample efu file but it would not let me.
Exported efu file dates are invalid
Re: Exported efu file dates are invalid
EFU files use FILETIMEs in decimal for dates.
FILETIMEs are 100-nanosecond intervals since January 1, 1601 in UTC.
FILETIMEs are 100-nanosecond intervals since January 1, 1601 in UTC.
Re: Exported efu file dates are invalid
viewtopic.php?t=1705
What is the format of an EFU file list?
What is the format of an EFU file list?
https://www.voidtools.com/support/every ... ile_lists/EFU files are comma-separated values (CSV) files.
A header is required with at least the Filename column specified.
File size is specified in bytes.
Dates are FILETIMEs (100-nanosecond intervals since January 1, 1601.) in decimal or ISO 8601 dates.
Attributes can be zero or more of the Windows File Attributes.
EFU files are encoded with UTF-8.