Overview
Most PHP applications (eg WordPress) set the required date/time within the application, so that it’s a user configurable option.
However, some apps require this to be set at a server level within the PHP settings.
If the application cannot be updated, you can set a default timezone per site within Plesk as detailed below.
Instructions
- Login to Plesk or the Conetix Control panel, then select the domain you need to set the PHP timezone for.
- Select Files:

- Use the Plus icon (+) then select Create File:

- Create a file called .user.ini (noting the dot(.) at the front).
- Click on the file to open in the code editor:

- Within the code editor, add the required timezone:
date.timezone = "Australia/Sydney"
(this can be any valid PHP Timezone) - Save the file.
- Go to the PHP area within the Dev Tools:

- Click on the View the phpinfo() page link:

- Scroll down to the date section to confirm your selected timezone is set:

