How to enable PHP date.timezone. Please help me.
PHP version 7.2
Screenshot: phpinfo.php
https://i.ibb.co/bNVrdMC/Screenshot-12.png
Screenshot: CMS script
https://i.ibb.co/YRD8bVV/Screenshot-11.png
Type your comment> @hennaboy said:
> php.ini
>
> uncomment and set the value
>
> [Date]
> ; Defines the default timezone used by the date functions
> ; http://php.net/date.timezone
> ;date.timezone =
Comments
> php.ini
>
> uncomment and set the value
>
> [Date]
> ; Defines the default timezone used by the date functions
> ; http://php.net/date.timezone
> ;date.timezone =
;date.timezone = "America/New_York"
But not working
;date.timezone = "America/New_York"
Try this:
date.timezone = "America/New_York"
https://ibb.co/HNqvR5j