APM users can circumvent time zone issues by starting the webstart workstation in the MOM's time zone.
This can be done by specifying a valid Java time zone ID in the workstation.jsp file(located in <EM_HOME>\product\enterprisemanager\plugins\com.wily.introscope.workstation.webstart_9.5.0\WebContent\jnlp) as follows:
- <argument><%=emDefaults.kTimeZoneStrings[0]%></argument>
- <argument><%="timezone"%></argument>
In place of "timezone", specify a valid timezone ID like IST, EST, etc., where you want the web start workstation to start the timezone in.
For example, for the APM web start workstation, users in EST time zone would set this to:
- <argument><%="EST"%></argument>
After modifying the file, restart EM (MOM or standalone EM) and the web start workstation.
- Note: This time zone setting only works for webstart workstation.