To set a specific date.timezone value in PHP, set the following line in your php.ini file:
date.timezone = "US/Central"
Replace “US/Central” with the preferred timezone, and the full list of supported timezones is available here.
To set a specific date.timezone value in PHP, set the following line in your php.ini file:
date.timezone = "US/Central"
Replace “US/Central” with the preferred timezone, and the full list of supported timezones is available here.
Comments
Please sign in to leave a comment.