PHP date.timezone Problem

How to enable PHP date.timezone. Please help me.
PHP version 7.2
Screenshot: phpinfo.php

Screenshot: CMS script

hi, how can i set date.timezone for specific website? (not for all sites so that i cannot set in php.ini)

You have it “commented” the “;” in front of the line means its not active.
;date.timezone = “America/New_York”

Try this:
date.timezone = “America/New_York”

i try this But still Not Working. Cyberpanel nit changing anything.

To change the timezone just replace the $timezone_success = false; to $timezone_success = true; in the /public_html/install/index.php

I m facing the same error how can I enable date.timezone extension please help