Time Zone Had Change To Italy Zone But Client View Time On ES MGR Still Incorrect
Issue Description
Time in web UI is not same as the time zone for Italy.
Handling Process
- Checked the web UI time is not same as the time zone(Italy).
- Checked date in backend found out that it is same as the time zone(Italy).

- ls -l /etc/localtime found out that the time zone is in Europe/Rome which is correct. If the time zone is incorrect, kindly refer to the following KB (How to update the MGR time zone through SSH) to change the time zone first before proceed to step 4.

- Edit the file in /ac/dc/ldb/php/php-fpm.ini, change the date.timezone to date.timezone = Europe/Rome
- Restart the es mgr services.
/sf/edr/manager/bin/eps_services restart
Root Cause
The date.timezone in php-fpm.ini is still in UTC-8 time zone.
Solution
Change the date.timezone in php-fpm.ini to the correct time zone will solve this issue