main.php
return [
‘charset‘ => ‘utf-8‘,
‘language‘ => ‘zh-CN‘,
‘timeZone‘ => ‘Asia/Shanghai‘,
‘components‘ => [
‘cache‘ => [
‘class‘ => ‘yii\caching\FileCache‘
],
‘formatter‘ => [
‘dateFormat‘ => ‘yyyy-MM-dd‘,
‘timeFormat‘ => ‘HH:mm:ss‘,
‘datetimeFormat‘ => ‘yyyy-MM-dd HH:mm:ss‘
]
]
];
原文地址:https://www.cnblogs.com/niuben/p/11048535.html
时间: 2024-10-13 08:12:10