Closed
Description
I installed yarle for Windows and ran it with default settings on a .enex file. The .md files that were generated have the correct values for their creation time, but their modified/last-updated times are all set to the moment they were generated.
Looking at the setFileDates() function, it looks to me like it should work. The call to fs.utimesSync() should synchronously set the modified and accessed times, and the subsequent call to utimes() should asynchronously set the creation time (and, since the mtime and atime parameters are not provided, it looks to me like the modified and accessed times should be left as-is). So I'm afraid I can't point to a likely source of trouble.