I am using apache2 with php 7.1 in ubuntu 18.04
I have a laravel project (5.5) and when using:
{{ date('d-m-Y, H:i') }}
in blade views the time is not correct (13:04 instead of 16:04).
I have set the timezone for the system:
sudo timedatectl set-timezone Europe/Bucharest
and in /etc/php/7.1/apache2/php.ini
date.timezone = Europe/Bucharest
Restart the pc, and the same problem.
Where do i have to set the timezone in ubuntu 18.04 for php?