0

I tried several times changing the timezone on php.ini, but for some reason timezone of my app installation is not picking it up. I've attached both app error and current php settings.

I am newbie, and spent the whole day trying to fix this, but still couldn't. Here is a screenshot of the error:

Screenshot

What am I missing here? Is it a problem with the app or Laragon?

Thanks in advance!

Gleb Kemarsky
  • 10,160
  • 7
  • 43
  • 68
rogueuser
  • 3
  • 4
  • Hi. Please don't post a screenshot, but rather include the relevant part of the file as text in the question. That said, it looks like you still have the time zone line commented out. (Remove the `;` at the front.) – Matt Johnson-Pint Feb 09 '21 at 17:15

2 Answers2

0

find date.timezone in php.ini set time zone as per your date.timezone="Asia/Kolkata"

0

Have you removed the semicolon at the beginning of the line? If not, you should.