Updating latest timezone data into existing JRE (Azul Version)

Updating latest timezone data into existing JRE (Azul Version)

Timezone Updater Tool: https://www.azul.com/products/components/ziupdater-time-zone-tool/

Follow these steps to update the time zone files.
1) Download latest ZIUpdater from mentioned link (Attaching the currently latest version(1.1.2.1))
2) Unpack the '
ziupdater-1.1.2.1.jar' (current version) file from the downloaded tool. 
3) Download the latest timezone database: https://data.iana.org/time-zones/tzdata-latest.tar.gz [Need to download live database at time of usage thus not attaching it]
4) Move the files 'ziupdater-1.1.2.1.jar' (Step 2) and 'tzdata-latest.tar.gz' (Step 3) to ServiceDesk installed directory(<SDP_HOME>) folder.
5) Run the below command in cmd under <SDP_HOME> directory

For windows:
Quote
jre\bin\java -jar ziupdater-1.1.2.1.jar -V -l file:tzdata-latest.tar.gz
For Linux:
Quote
jre/bin/java -jar ziupdater-1.1.2.1.jar -V -l file:tzdata-latest.tar.gz

6) Restart the service

Prerequisites
Make sure that the application has been stopped/shutdown before performing the steps.