");
// Variable for hours
$hourdiff = "14"; // hours difference between server time and local time
// Nothing needs to be changed below here unless you want to change
// the format of the date (see above for URL of options) or your local
// time is behind the server time
$timeadjust = ($hourdiff * 3600);
$melbdate = date("l, d F Y h:i a",time() + $timeadjust);
print($now);
print ("$melbdate");
?>