mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-16 06:17:56 +08:00
remove fix for unset timezone from bootstrap app
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
<?php
|
||||
if(!ini_get('date.timezone')) {
|
||||
date_default_timezone_set('UTC');
|
||||
}
|
||||
|
||||
// comment out the following line to disable debug mode
|
||||
defined('YII_DEBUG') or define('YII_DEBUG', true);
|
||||
|
||||
Reference in New Issue
Block a user