In 2023, the government of Egipt introduced back daylight saving time in Egypt. This change potentially affects timestamp information in Data Loss Prevention, as the JRE version recommended to be used with various DLP versions does not account for the change in Egypt's DST observance.
To address this issue, Data Loss Prevention administrators can update the Time Zone Database file with a file that has the latest timezone information for Egypt and for other locations around the world. This article provides instructions for updating the Time Zone Database file in the JRE software.
Symantec recommends this procedure for customers in Egypt in particular.
16.X and OpenJRE below or equal 1.8.0_352
To update the Time Zone Database file in the JRE software used by Data Loss Prevention, follow the steps for your operating system platform as provided in this section.
Instructions for Windows Enforce and Detection Servers
C:\Program Files\AdoptOpenJRE\JAVA_VERSION\bin where JAVA_VERSION is OpenJRE version running DLP services, e.g. C:\Program Files\AdoptOpenJRE\jdk8u352-b08-jre\bin. java -jar C:\temp\tzupdater.jar -l file:///c:/temp/tzdata2025b.tar.gzInstructions for Linux Enforce and Detection Servers
/opt/AdoptOpenJRE/JAVA_VERSION/bin where JAVA_VERSION is OpenJRE version running DLP services, e.g. /opt/AdoptOpenJRE/jdk8u352-b08-jre/bin java -jar /opt/tmp/tzupdater.jar -l file:///opt/tmp/tzdata2025b.tar.gzCustomer can also update OpenJRE to the latest supported version by following How to upgrade JRE (Java Runtime Environment) on DLP Enforce and Detection Servers.