Release : 11.4
Component : CA Workload Automation System Agent
The JRE used by the agent uses default timezone set by the OS.
Set this parameter in the agentparm.txt. Change timezone to desired setting.
oscomponent.jvm.x.options=-Duser.timezone=America/Toronto
Note: If the 'oscomponent.jvm.x.options' already exists in the agentparm.txt then append the 'Duser.timezone=America/Toronto' to existing values.
E.g.
oscomponent.jvm.x.options=XX:+UseGetTimeOfDay;-Duser.timezone=America/Toronto