<?php

date_default_timezone_set ("America/Sao_Paulo");

$amanha = date('Y-m-d H:i:s', strtotime('+1 days'));
echo $amanha;