Specifying a default time zone for work schedules
In IBM® Process
Portal, the time zone
that you specify for work schedules for users or for when activities are due is used to calculate
due dates for processes and activities. If you do not specify the time zone, Central Standard Time
zone is used as the default. However, you can apply a custom default value in the
100Custom.xml files in IBM Process
Server, Process Center, or both environments.
About this task
<server>
<default-work-schedule>
<time-zone merge="replace">time_zone_identifier</time-zone>
</default-work-schedule>
</server>
Important: Instead of using deprecated three-letter time zone abbreviations, such as
CST or MEZ, use unambiguous time zone identifiers such
as America/Chicago or Europe/Berlin.
Procedure
To consistently and reliably update the time zone setting for work schedules in all the 100Custom.xml files in your IBM BPM deployment environment, complete the following steps:
Results
The preferred way of updating the 100Custom.xml files is by running the updateBPMConfig command. However, if the updates are unsuccessful, you can manually update the files by following the steps in Setting configuration properties using 100Custom.xml.