The planman showinfo command displays inconsistent times

The plan time displayed by the planman showinfo command might be incongruent with the time set in the operating system of the workstation. For example, the time zone set for the workstation is GMT+2 but planman showinfo displays plan times according to the GMT+1 time zone.

Cause and solution:

This situation arises when the WebSphere Application Server Liberty Base Java virtual machine does not recognize the time zone set on the operating system.

As a workaround for this problem, set the time zone defined in the server.xml file equal to the time zone defined for the workstation in the IBM Workload Scheduler database. Proceed as follows:
  1. Stop WebSphere Application Server Liberty Base.
  2. Browse to the following path:
    On Windows operating systems
    <TWA_home>\usr\servers\engineServer\configDropins\overrides
    On UNIX operating systems
    <TWA_DATA_DIR>/usr/servers/engineServer/configDropins/overrides
  3. In the jvm.options file, add the following line:
    -Duser.timezone=time_zone
  4. Restart WebSphere Application Server Liberty Base.