Hey Guys,
I migrated my Plesk installation to another server. All services are working but today I recognized that the time zone in PHP seems to be wrong. In the plesk settings (system time settings) the time zone (Europe/Berlin) is correct und the time outputted via SSH is correct, too. But if I run
the time is wrong. It's 1 hour behind. PHPInfo shows the time zone "UTC". It is possible to change that time zone to that zone, which is set in Plesk?
Thank you very much!
I migrated my Plesk installation to another server. All services are working but today I recognized that the time zone in PHP seems to be wrong. In the plesk settings (system time settings) the time zone (Europe/Berlin) is correct und the time outputted via SSH is correct, too. But if I run
PHP:
echo date("d.m.Y H:i:s");
Thank you very much!