This commit is contained in:
aozhiwei 2022-05-15 10:45:39 +08:00
parent 36177cd55a
commit 03838990b9

View File

@ -12,6 +12,9 @@ class BaseController {
global $_myself;
$_myself = $this;
$this->timeZone = 0;
if (SERVER_ENV == _TEST) {
$this->timeZone = 8;
}
$this->nowtime = phpcommon\getNowTime();
}