Index: /branches/release-33/php/mt.php.pre
===================================================================
--- /branches/release-33/php/mt.php.pre (revision 1554)
+++ /branches/release-33/php/mt.php.pre (revision 1717)
@@ -349,4 +349,6 @@
         isset($cfg['pluginpath']) or
             $cfg['pluginpath'] = array($this->config('MTDir') . DIRECTORY_SEPARATOR . 'plugins');
+        isset($cfg['timeoffset']) or
+            $cfg['timeoffset'] = '__DEFAULT_TIMEZONE__';
     }
 
Index: /branches/release-33/Makefile
===================================================================
--- /branches/release-33/Makefile (revision 1676)
+++ /branches/release-33/Makefile (revision 1717)
@@ -115,4 +115,5 @@
 	    -e 's!__PRODUCT_VERSION_ID__!$(BUILD_VERSION_ID)!g' \
         -e 's!__API_VERSION__!$(API_VERSION)!g' \
+        -e 's!__DEFAULT_TIMEZONE__!$(DEFAULT_TIMEZONE)!g' \
 	$< > $@
 
