echo date('g');
But, the time in LiveZilla is an hour earlier. We are in the America/Central Time Zone.I was able to resolve this issue by commenting out the code in the `functions.global.inc.php` file that deals with setting the default time zone, but I would say this is a temporary fix.
/* mririgo - Commenting out 10/18/2011
if(function_exists("date_default_timezone_set"))
{
if(getSystemTimezone() !== false)
@date_default_timezone_set(getSystemTimezone());
else
@date_default_timezone_set('Europe/Dublin');
}
*/












