diff -r adb7f8de8ce1 -r 7468a663315f includes/common.php --- a/includes/common.php Fri Feb 08 12:16:43 2008 -0500 +++ b/includes/common.php Fri Feb 08 23:20:20 2008 -0500 @@ -139,6 +139,10 @@ // Language object global $lang; +// Timezone offset +global $timezone; +$timezone = 0; + // Because Enano sends out complete URLs in several occasions, we need to know what hostname the user is requesting the page from. // In future versions we may include a fallback "safety" host to use, but that's too much to worry about now if ( !isset($_SERVER['HTTP_HOST']) )