Please I have search through stackoverflow and couldn't find the right answer to this. I want to output a date for my country Nigeria on a website.
Nigeria timezone is GMT+01:00
I have this
<?php
date_default_timezone_set("WAT");
echo date("M d, Y h:i a")."<p></p>";
//echo time();
?>