Time lag between the fog web interface and the system time
-
-
@Jacques-Olivier What is TZ INFO (FOG Configuration -> FOG Settings -> General Settings) set to?
As well you might need to look into PHP-FPM timezone information. As we don’t know much about your setup yet (Linux OS and version) it’s hard to give further instructions. This command should help you find if there is a timezone set in PHP on your system or not:
find /etc/ -type f -exec grep "date.timezone" {} /dev/null \;
Make sure you adjust the value for and restart PHP-FPM service (not PHP cli or PHP apache module).
-