• 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.

Plesk timezone issues

D

Dan F

Guest
Hi guys,

I am having a bit of a nightmare! I recently ran 'yum upgrade' and also updated Plesk through the upgrade manager, and now I have the 9.2.2 version.

Since doing this, the timezone on my system has been totally wrong. It jumped from UTC to EDT, and I successfully sorted that out. My system `date` now returns UTC correctly.

Inside Plesk, if I use the Server -> System time and select GMT from the list, it reverts my `date` to EDT (?!), yet if I use 'UTS' it puts it back to UTC in `date`.

Since doing this, I've been having problems with PHP too which is causing major issues for us.

If I use:

PHP:
echo gmdate('Y-m-d H:i:s');
echo date('Y-m-d H:i:s', strtotime('2009-10-15 01:44:55'));

I correctly get the same timezone (no major differences).

However, a datetime from mysql formatted like ".date('M d H:i:s Y', strtotime($myrow['dateadded']))." is adding on 4 hrs..? The datetime in the SQL database is *correct*.

I was wondering if anyone had any ideas how to resolve this?

Thank you.
 
Hello,

Please clarify what commands you were using to fix the issue with timezones after the update.
 
Back
Top