Here's an alternative way:
1. Use the UNIX timestamp and add 60*60*24*2, i.e. 60 seconds * 60 minutes * 24 hours * 2 days
2. And then, this is what you missed, use the date() function to properly format the timestamp for human consumption.
You did essentially the right thing, 1152939600...