php tambahkan 1 hari ke timestamp unix
strtotime('+1 day', $timestamp);
Clean Cod
strtotime('+1 day', $timestamp);