swoft-cloud / swoft

🚀 PHP Microservice Full Coroutine Framework
https://swoft.org
Apache License 2.0
5.58k stars 786 forks source link

.env 缺少时区设置 #154

Closed longhtml closed 6 years ago

longhtml commented 6 years ago
Q A
Bug report? no
Feature request? yes
Swoft version 1.0.4
Swoole version 2.1.1
PHP version 7.1 (by php -v)
Runtime environment CentOS 7

Details

缺少“时区”设置。

daydaygo commented 6 years ago

推荐以下 2 种方式: @huangzhhui @longhtml

  1. 设置 php.ini 文件, 文件地址通过 php --ini 查看
  2. bin/swoft 中使用 ini_set('date.timezone', 'PRC'); 设置
huangzhhui commented 6 years ago

通过.env的TIME_ZONE属性来设置时区