change timestamp of file

Hi,

How I change the timestamp of file to some past date

Let's say I have this file

-rw-r--r-- 1 oracle dba 16587 Apr 11 10:46 create_dev.sql

And I want to change the timestamp to Mar 10th 7:45 PM

So it should appear like this:

-rw-r--r-- 1 oracle dba 16587 Mar 10 19:45 create_dev.sql

Thanks,
Inder

Hi,

I have found the answer.

Thanks,
Inder