When downloading a file or e.g. unzipping one, the time stamp is not set to when the file appeared on my harddisk, which is what I want.
See this example
~$ wget https://www.google.com/images/srpr/logo3w.png
~$ stat logo3w.png
File: `logo3w.png'
Size: 7007 Blocks: 16 IO Block: 4096 regular file
Device: fd00h/64768d Inode: 17040834 Links: 1
Access: (0664/-rw-rw-r--) Uid: ( 1000/ ss) Gid: ( 1000/ ss)
Access: 2012-07-25 10:58:26.000000000 +0200
Modify: 2012-04-02 04:13:37.000000000 +0200
Change: 2012-07-25 10:58:26.254385152 +0200
Birth: -
~$ ll logo3w.png
-rw-rw-r-- 1 ss ss 7007 Apr 2 04:13 logo3w.png
This behaviour is "new" and has happens within the last couple of years.
Question
Is it possible to disable this, so when a file is written to disk, it gets the time stamp when I did it?