CyberPanel Community

PHP date.timezone Problem

Ni
Nirob #1

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

Screenshot: CMS script

5 replies
te
teledrag #2

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

wh
whattheserver #3

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”

Ra
Rabbi #5

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

sa
saurabhtechnology #6

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

Sign in to reply