When using the composer add and replace commands, a Job Scheduler has synchronicity problems
The composer add and replace commands
do not correctly validate the time zone used in the Job Scheduler definition
at daylight savings; as a consequence, the following unexpected warning
message is displayed:
The same might happen for the
|
deadline
keyword.Cause and solution:
The problem is related to the
C-Runtime Library date
and time
functions
that fail to calculate the correct time during the first week of daylight
savings time.
To ensure the accuracy of scheduling times, for
the time argument
of the at
, until
, or deadline
scheduling
keywords, specify a different value than that of the start time for
the IBM Workload Scheduler production
period defined in the global options file. These values must differ
from one another by plus or minus one hour.