From 6f5d4c1e281aec5edfaf56b9ee5b28e5adb1c5af Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 29 Jan 2019 15:21:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=97=B6=E5=8C=BA=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webapp/controller/KefuController.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/controller/KefuController.class.php b/webapp/controller/KefuController.class.php index b5f69ea..465841f 100644 --- a/webapp/controller/KefuController.class.php +++ b/webapp/controller/KefuController.class.php @@ -277,6 +277,7 @@ class KefuController { array( ':accountid' => $accountid, )); + date_default_timezone_set('Asia/Shanghai'); if ($row && date("y-m-d", time()) == date("y-m-d", $row['awardtime'])) { $this->sendKefuMsg($accountid, array ( "touser" => $openid,