In my config/app.php timezone is UTC and time() is used to get the current time stamp
config/app.php
UTC
time()
So is it the correct way to get UTC time in Laravel??
I use this:
date("Y-m-d H:i:s");
You can get more format here
PHP: date - Manual