1
This commit is contained in:
parent
36177cd55a
commit
03838990b9
@ -12,6 +12,9 @@ class BaseController {
|
||||
global $_myself;
|
||||
$_myself = $this;
|
||||
$this->timeZone = 0;
|
||||
if (SERVER_ENV == _TEST) {
|
||||
$this->timeZone = 8;
|
||||
}
|
||||
$this->nowtime = phpcommon\getNowTime();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user