mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-15 22:09:48 +08:00
remove fix for unset timezone from bootstrap app
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user