On 12 Sep 2001, at 8:07, NAKAJI Hiroyuki wrote:

> I found that the timestamp of the files which are downloaded with
> wget-1.7 are all set to 'Jan  1  1970'. Is this a '20010909 bug'?

No.
 
> $ wget -N http://www.sophos.com/downloads/ide/metys-l.ide
> $ ls -l metys-l.ide 
> -rw-rw-r--  1 nakaji  nakaji  159 Jan  1  1970 metys-l.ide

Try adding the -S option and you will see that the HTTP server you are 
downloading the file from is putting the following header in the 
response:

  Last-Modified: Thu, 01 Jan 1970 00:00:00 GMT

Reply via email to