mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-15 22:09:48 +08:00
Merge commit '1ccce' into fix-209-default-timezone
This commit is contained in:
@@ -7,6 +7,10 @@
|
|||||||
* @license http://www.yiiframework.com/license/
|
* @license http://www.yiiframework.com/license/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
if(!ini_get('date.timezone')) {
|
||||||
|
date_default_timezone_set('UTC');
|
||||||
|
}
|
||||||
|
|
||||||
defined('YII_DEBUG') or define('YII_DEBUG', true);
|
defined('YII_DEBUG') or define('YII_DEBUG', true);
|
||||||
|
|
||||||
// fcgi doesn't have STDIN defined by default
|
// fcgi doesn't have STDIN defined by default
|
||||||
|
|||||||
Reference in New Issue
Block a user