Well, I thought the date function had 2 parameters, the format string, and the number of seconds (unix timestamp). If you wanted to add 1 second to "now" you'd just use time()+1. If you want to add 1 minute, time()+60. An hour, time()+3600. 3 hours, time()+10800. Hope that helps.