Timezone Issue between PHP and MariaDB

I am having an issue with my instance and it seems to have halted all polling. Daily.sh reports no errors, and runing validate.php returns no errors besides the no polling, and it hangs on RRD. When doing the web validate, it complains that PHP and MariaDB are out of sync, but I made sure that PHP is set to America Chicago in both 8.3/fpm and 8.3/cli. MariaDB is on the correct time zone as well, and the system time is correct. Any help at all would be appreciated.

Adding more into this. It seems that they are actually polling, but the timestamp is 4 hours behind, as of writing this, it is 10:30am CST and the devices just polled and it is showing 6:30am for the Last poll time

I had a stray character in my php/fpm/ini file that was causing only Web to be off sync. As the stray character casued PHP Web to default to UTC which was causing a double translation to CST. It is working after fixing the stray character.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.