jmeter download files' date

2020-05-19 Thread Jmeter Tea
Hello, I wanted to know why all jmeter download files' date is 1/2/1980? Thank you

Re: jmeter download files' date

2020-05-19 Thread Felix Schumacher
Am 19.05.20 um 16:05 schrieb Jmeter Tea: > Hello, > > I wanted to know why all jmeter download files' date is 1/2/1980? Good question, but that is true only for the zip file. The tar one has a date of January 2nd 1970 :) It seems that this is a feature of gradle. The default is to not use the f

Re: jmeter download files' date

2020-05-19 Thread Felix Schumacher
Am 19.05.20 um 16:53 schrieb Felix Schumacher: > Am 19.05.20 um 16:05 schrieb Jmeter Tea: >> Hello, >> >> I wanted to know why all jmeter download files' date is 1/2/1980? > Good question, but that is true only for the zip file. The tar one has a > date of January 2nd 1970 :) > > It seems that th

Re: jmeter download files' date

2020-05-19 Thread Vladimir Sitnikov
Felix>Plus, it probably is set that way by default to enable reproducible Felix>builds. The timestamp is the same no matter where or when it was build. The timestamps are constants for build reproducibility indeed. One can download source files (e.g. source release artifacts), build it and the res