Organizations located in regions shifting to permanent Daylight Saving Time (DST) or making permanent time zone changes (e.g., British Columbia) need to determine if Identity Manager (IDM) requires manual configuration changes to support the new time-zone rules.
Identity Manager does not maintain its own independent time-zone database. Instead, the application inherits time-zone rules and daylight saving time transitions directly from two sources:
tzdata).When a government changes time-zone laws, the application will not recognize the change until the underlying OS and Java environments are patched with updated time-zone data.
To ensure Identity Manager correctly reflects permanent DST or time-zone changes, infrastructure-level updates are required. No changes are typically needed within the IDM User Console or Management Console.
Patch the server operating system with the latest time-zone data package. For Linux systems, this is typically the tzdata package.
tzdata package is at a version that includes the specific regional change (e.g., tzdata-2026b for the British Columbia permanent DST update).The JVM maintains its own internal copy of time-zone rules. Even if the OS is patched, the JVM must also be updated.
tzdata version.Time-zone changes are loaded into memory when the Java process starts. Therefore, a full restart of the application server (WebSphere, Tomcat, etc.) is mandatory after patching the OS or JVM.