The recent file format includes the export time, but the format is a bit strange, it displays the hour twice instead of hour-minute.

If you want to fix this, change the code around line532
from
$EXPORT_TIME = strftime('%Y%b%d-%H%I');
to
$EXPORT_TIME = strftime('%Y%b%d-%H%M');

NO files uploaded

More...