Hello,
In Plesk I've set up my timezone as (GMT +02:00) Europe/Amsterdam.
Currently the local time is 21:50, but it shows the system time as 22:50.
If I use this PHP code:
This also shows me 22:50
Has this something to do with Daylight Saving Time? How can I fix this?
In Plesk I've set up my timezone as (GMT +02:00) Europe/Amsterdam.
Currently the local time is 21:50, but it shows the system time as 22:50.
If I use this PHP code:
PHP:
<?php
echo date('H:i');
?>
Has this something to do with Daylight Saving Time? How can I fix this?