Hi,
This is because your restore is till 2. Try to give a restore till the point-in-time.

Your script should b something like -
restore until time 1.25
recover database

RMAn will take the backups taken before 1.25 and apply the logs so as to make it recover till 1.25. Hope you do have all the logs since then.

Cheers