Grab the UNIX timestamp and add 5*60 to it.
> In my application I want to have the sysdate + 5 minutes.
>
> I know that the sysdate is in the variable ${DATTIME}
>
> But now I want to now how I get the sysdate + 5 minutes into a variable?
>
> Doe's anybody knows the answer?