in reply to Re: time & localtime() function Q?
in thread time & localtime() function Q?

Date::manip is the way to go.
It handles the addition of periods of time to a date, and while the documentation doesn't mention it, using
$date=&DateCalc("today","+ 1week",\$err);
Would almost certainly work to set date to one week from today.