• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue Warning: date_default_timezone_get()

Yiannis DSP

New Pleskian
Hello,

I have Plesk Obsidian 18.0.21 on Debian 8.11
In php.ini the time zone is set to EUROPE/ATHENS
In Plesk, Tools & Settings/ System Time is set too to the GMT +2 EUROPE/ATHENS

The problem is that I'm trying to run a task and I'm receiving the following error...

In Configuration.php line 70:

Warning: date_default_timezone_get(): We selected 'Europe/Helsinki' for 'EE
T/2.0/no DST' instead

Before I write here, I was trying everything that I find as a solution... but nothing...

Please, any help will be very welcome!

Thank you
 
In Configuration.php line 70:

Warning: date_default_timezone_get(): We selected 'Europe/Helsinki' for 'EE
T/2.0/no DST' instead

I think that the task is running something that is using the "Configuration.php" file of some application. In that file, the timezone is wrong. It is entered there as "EET/2.0/no DST". You will probably need to identify what "Configuration.php" is meant and enter the correct timezone setting there. Configuration.php is not a generic PHP ini or configuration file. It is a part of your application that you are trying to run through the cron job.
 
Back
Top