0

I have this in my routes.php

date_default_timezone_set('Asia/Manila');

but it doest work.

John Arzaga
  • 103
  • 1
  • 1
  • 11

1 Answers1

5

Edit your application timezone in config/app.php

'timezone' => 'Asia/Manila',
scrubmx
  • 2,486
  • 19
  • 24