[update] auto download source code

This commit is contained in:
xiaomlove
2021-06-17 20:07:22 +08:00
parent a6ca92706b
commit 5259ff9862
4 changed files with 170 additions and 82 deletions
+4 -1
View File
@@ -53,7 +53,10 @@ class Test extends Command
*/
public function handle()
{
$time = '2021-06-16T04:03:35Z';
$date = Carbon::parse($time);
$date->tz = 'Asia/Shanghai';
dd($date->toDateTimeString());
}
}