http://www.perlmonks.org?node_id=601410


in reply to Adding to a date using Time::localtime

Try:
print scalar localtime (time + (86400 * 14));
HTH

Sweetblood