Exported efu file dates are invalid

Found a bug in "Everything"? report it here
Post Reply
j2associates
Posts: 42
Joined: Wed Feb 05, 2020 12:37 pm

Exported efu file dates are invalid

Post by j2associates »

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.
Image
void
Developer
Posts: 15283
Joined: Fri Oct 16, 2009 11:31 pm

Re: Exported efu file dates are invalid

Post by void »

EFU files use FILETIMEs in decimal for dates.

FILETIMEs are 100-nanosecond intervals since January 1, 1601 in UTC.
therube
Posts: 4605
Joined: Thu Sep 03, 2009 6:48 pm

Re: Exported efu file dates are invalid

Post by therube »

viewtopic.php?t=1705


What is the format of an EFU file list?
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.
https://www.voidtools.com/support/every ... ile_lists/
Post Reply