Laravel Timezone is a good package to set a timezone for a user in our application easily and then show times to them in their local timezone.

Laravel timezone

Installation

Install via Composer

composer require jamesmills/laravel-timezone

Run the database migrations:

php artisan migrate

Source Code

https://github.com/jamesmills/laravel-timezone