Table of Contents
< All Topics
Print

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

  1. Checked the web UI time is not same as the time zone(Italy).
  2. Checked date in backend found out that it is same as the time zone(Italy).
    file
  3. 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.
    file
  4. Edit the file in /ac/dc/ldb/php/php-fpm.ini, change the date.timezone to date.timezone = Europe/Rome
  5. 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