25568?$date+1:25569; $ofs=(70 * 365 + 17+2) * 86400; $d1 = date("Y-m-d H:i:s",($date * 86400) - $ofs); $d1 = strtotime("-8hours",strtotime($d1)); $d1 = date('Y-m-d H:i:s',$d1); $date = $d1; return $date; } }