Time lag between the fog web interface and the system time
-
Hi there,
In the fog wen interface, we have 2 hours of lag between our local time, and the time show for the tasks.
Even if the dashboard shown the good time.
It should be starttime 15:05:08 instead of 13:05:08
Any ideas ? I don’t see anything about time settings in fog settings.
-
@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).