"); // Variable for hours $hourdiff = "11"; // 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",time() - $timeadjust); print ("$melbdate"); ?>