PHP Adicionar 1 dia de hora ao Timestamp Unix
strtotime('+1 day', $timestamp);
Clean Cod
strtotime('+1 day', $timestamp);