Some regions are shifting to permanent Daylight Saving Time (DST) or making permanent time zone changes (e.g., British Columbia, Canada). Can you provide instructions on updating the JRE for the dSeries environment?
dSeries does not maintain an independent time zone database; it inherits rules from the Operating System (OS) and its internal Java Runtime Environment (JRE).
Ensure the tzdata package is at a version that includes the specific regional change (e.g., tzdata-2026b for the British Columbia permanent DST update).
To ensure dSeries correctly reflects permanent changes, infrastructure-level updates are required. Follow these steps:
Patch the server OS with the latest time zone data package (e.g., tzdata-2026b for the British Columbia permanent DST update). The JRE often checks the OS for the default time zone setting, even if it uses its own internal database for calculations.
The JRE used by dSeries maintains its own internal copy of time zone rules. You have two options to update this:
tzdata (e.g., JRE 8 Update 491 or later). Refer to Update JRE for dSeries.tzupdater tool) to patch the existing JRE./opt/ca/wa/jre/bin/java -jar tzupdater.jar -l https://www.iana.org/time-zones/repository/releases/tzdata2026b.tar.gzUpdating the JRE does not automatically refresh existing events. In dSeries, when an event triggers, it calculates and stores the next scheduled run time.
A full restart of the dSeries Server, Desktop Client, and Web Client (if applicable) is mandatory after patching the OS or JRE to ensure the new rules are loaded into memory.