You’re right, same here.
I don’t know, we may ask someone from the @dev_team
The value is set to UTC in nethserver.ini template, and it overrides the value you set in php.ini
A possible workaround is a custom template:
mkdir -p /etc/e-smith/templates-custom/etc/php.d/nethserver.ini/
echo ‘date.timezone = “YOUR_TIMEZONE”’ > /etc/e-smith/templates-custom/etc/php.d/nethserver.ini/20timezone
expand-template /etc/php.d/nethserver.ini
systemctl restart httpd
In this way it’s working… but better wait until we hear from the developers.
Regards.
Edit: no need for a custom template. The php timezone can be set with the command:
config setprop php DateTimezone YOUR_TIMEZONE
Didn’t try it yet, but should work.