12 May 13:17 2011 diff -cl config_default-orig.php config_default.php Page 1 *** config_default-orig.php 2011-05-12 13:15:05.000000000 +1200 --- config_default.php 2011-05-12 13:14:51.000000000 +1200 *************** *** 728,734 **** ! $timeZone = $GLOBALS['TYPO3_CONF_VARS']['phpTimeZone']; if (empty($timeZone)) { // time zone from the server environment (TZ env or OS query) $defaultTimeZone = @date_default_timezone_get(); --- 728,734 ---- ! $timeZone = $GLOBALS['TYPO3_CONF_VARS']['SYS']['phpTimeZone']; if (empty($timeZone)) { // time zone from the server environment (TZ env or OS query) $defaultTimeZone = @date_default_timezone_get();