This problem happen for time zone you need to specify place your time zone in laravel configuration file.
- Go to config/app.php
- Add the following line if your time zone is asia dhaka.
'timezone' => 'Asia/Dhaka'
Post a Comment