PHP Добавить 1 день в Unix TimeStamp
strtotime('+1 day', $timestamp);
Clean Cod
strtotime('+1 day', $timestamp);