remove fix for unset timezone from bootstrap app

This commit is contained in:
Benjamin Wöster
2013-05-11 03:36:58 +02:00
parent 8c6cf61589
commit 6d46abcd88

View File

@@ -1,7 +1,4 @@
<?php <?php
if(!ini_get('date.timezone')) {
date_default_timezone_set('UTC');
}
// comment out the following line to disable debug mode // comment out the following line to disable debug mode
defined('YII_DEBUG') or define('YII_DEBUG', true); defined('YII_DEBUG') or define('YII_DEBUG', true);