<BusyBox unzip> Command: touch -t 197911300100.00 test.txt && zip -X test.zip test.txt && busybox unzip -l test.zip Output: Archive: test.zip Length Date Time Name --------- ---------- ----- ---- 0 01/01/1980 00:00 test.txt --------- ------- 0 1 file <UnZip 6.00> Command: touch -t 197911300100.00 test.txt && zip -X test.zip test.txt && ./unzip.exe -l test.zip Output: Archive: test.zip Length Date Time Name --------- ---------- ----- ---- 0 01-01-1980 00:00 test.txt -------- ------- 0 1 files There are 2 differences: - Separator of date: "-" vs "/" - Text: "file" vs "files"
Sorry, I have reversed the outputs. Consider them switched.
Third change: - There is one "-" less in the length column at the bottom
I have done others test under linux, you can see them here: https://travis-ci.com/a5k-testing/unzip-test/builds/96233651