Hello,
I defined the timezone of my server to "Europe/Paris", so UTC+2
I Also defined timezone in /usr/local/php/php.ini and /usr/local/cwp/php71/php.ini
When I execute a php script that logs date and time, data are correct. Script executed at 09:00 records 09:00 in the log.
But the date of the modified .log file is still UTC (09:00-2 => 07:00).
Is it normal ? I think no.... How to correct that ?
Thanks for your help
David