Hi,
The time on the file should be the time of the copy.
Here is a quick test I did:
$ echo `date` > file
$ ls -ld file
-rw-r--r-- 1 desa956 desa956 29 2008-12-16 20:
34 file
$ cp -v file cp/
`file' -> `cp/file'
$ ls -ld cp/file
-rw-r--r-- 1 desa956 desa956 29 2008-12-16 20:
35 cp/file
Ignore my date/time, I needed to run an ntpupdate on my test box
-eco