The time of logs that SEP clients have uploaded is displayed in GMT(Greenwich Mean Time) format instead of local time zone at the reports that are created through SEPM(Symantec Endpoint Protection Manager ) console
| Article:TECH165766 | | | Created: 2011-07-28 | | | Updated: 2011-08-30 | | | Article URL http://www.symantec.com/docs/TECH165766 |
Problem
The time of logs that SEP clients have uploaded is displayed in GMT(Greenwich Mean Time) format instead of local time zone at the reports that are created through SEPM(Symantec Endpoint Protection Manager ) console .
Solution
Workaround 1:
1,modify PHP configuration file :c:\program files\symantec\symantec endpoint protection manager\php\php.ini
Add one line about local time zone: date.timezone="Continent/City", for example : date.timezone==" Asia/Shanghai"
these setting will make SEPM to display in Beijing time .
2,restart SEPM services。
Workaround 2:
1,modify SEPM start bat file: sesm.bat:
Add local time zone info :-Duser.timezone="Continent/City" , for example :
@start "SESM" "C:\Program Files\Symantec\Symantec Endpoint Protection Manager\jdk\bin\javaw.exe" -Xms64m -Xmx256m -XX:MinHeapFreeRatio=30 -XX:MaxHeapFreeRatio=40 -Dscm.console.conf="C:\Program Files\Symantec\Symantec Endpoint Protection Manager\tomcat\etc\conf.properties" -Duser.timezone=" Asia/Shanghai" -jar scm-ui.jar
2,quit SEPM console;
3,logon SEPM console .
|
|
Article URL http://www.symantec.com/docs/TECH165766
Terms of use for this information are found in Legal Notices









Thank you.