I have this function <?php date_default_timezone_set('Asia/Manila'); echo date("F j, Y"); ?>
but it is showing one day ahead of time. I checked my pc time but it is correct. Today is November 20, 2016 but it shows November 21, 2016. What is the problem with this?