Also embed a comment in the archive what software produced it. This is somewhat unnecessary and I am happy to remove it again.
When I tested it the file command said an incorrect last modified date:
$ file all.tar.gz
all.tar.gz: gzip compressed data, last modified: Sun Apr 21 18:48:02 2013, max compression, from Unix, original size modulo 2^32 11916288
On the other hand if I run:
$ gunzip -lvv all.tar.gz
method crc date time compressed uncompressed ratio uncompressed_name
defla c374dcaa Aug 14 16:20 11924344 11916288 -0.1% all.tar
which is the time I downloaded the file.
I am very confused why it's not 2022-03-18 11:45:38Z as that was when the build finished.
Also embed a comment in the archive what software produced it. This is somewhat unnecessary and I am happy to remove it again.
When I tested it the
file
command said an incorrect last modified date:On the other hand if I run:
which is the time I downloaded the file.
I am very confused why it's not 2022-03-18 11:45:38Z as that was when the build finished.