1. Home
  2. References
  3. Technical Advice
  4. How to Change PHP Time (Time Zone)

How to Change PHP Time (Time Zone)

Simply add this to your .htaccess file:

SetEnv TZ Continent/Country

For example:

SetEnv TZ Europe/Paris

Here is the list of supported time zones: https://www.php.net/manual/en/timezones.php.

Note : it is possible to do so with N0C (how).

Updated on 19 August 2024

Was this article helpful?

Related Articles