mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
set mysqli time_zone
This commit is contained in:
@@ -86,8 +86,7 @@ class Test extends Command
|
||||
*/
|
||||
public function handle()
|
||||
{
|
||||
$time = Carbon::parse('2022-08-10');
|
||||
$r = $time->diffInDays();
|
||||
$r = date('P');
|
||||
dd($r);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user