//获取目前的时间 static public function getDate() { date_default_timezone_set('Asia/Shanghai'); return date('Y-m-d H:i:s'); }