Fix incorrect time returned in laravel

This problem happen for time zone you need to specify place your time zone in laravel configuration file.

  1. Go to config/app.php
  2. Add the following line if your time zone is asia dhaka.
    'timezone' => 'Asia/Dhaka'

Post a Comment

Previous Post Next Post