• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

date.timezone

C

CannibalisticCow

Guest
I am trying to set the date.timezone within the php.ini file located at /etc/php.ini however it doesn't seem to be working.
When I call the phpinfo it shows as;
date/time support enabled
"Olson" Timezone Database Version 0.system
Timezone Database internal
Default timezone UTC

Directive Local Value Master Value
date.default_latitude 31.7667 31.7667
date.default_longitude 35.2333 35.2333
date.sunrise_zenith 90.583333 90.583333
date.sunset_zenith 90.583333 90.583333
date.timezone no value no value

The relevent part within the php.ini file is;
date.timezone = "Europe/London"
date.default_latitude = 51.500181
date.default_longitude = -0.12619

Any help on this would be appreciated as I am trying to install Zencart but I'm getting an error saying that the timezone is not set.
 
Back
Top