BIG
CodeIgniter 4.x _004_DatetimeZone 변경
[root@ip-172-31-18-88 public_html]# tree /home/ci4test -L 1
/home/ci4test
├── LICENSE
├── README.md
├── app
├── composer.json
├── env
├── phpunit.xml.dist
├── public_html
├── spark
├── system
├── tests
├── v4.2.7.tar.gz
└── writable
위 디렉토리 배치를 기준으로
/home/ci4test/app/Config/App.php 파일의 설정값을 변경한다.
//public $appTimezone = 'America/Chicago';
public $appTimezone = 'Asia/Seoul';
LIST
'!!...PHP > !!...CI4' 카테고리의 다른 글
CodeIgniter 4.x _006_Cookie 설정 (0) | 2022.11.07 |
---|---|
CodeIgniter 4.x _005_BaseUrl 설정 (0) | 2022.11.02 |
CodeIgniter 4.x _003_development mode activate (0) | 2022.10.24 |
CodeIgniter 4.x _002_controllers 디렉토리 안에서 디렉토리 사용하기 (0) | 2022.10.20 |
CodeIgniter 4.x _001_install_수동설치 (0) | 2022.10.20 |