Hi,
We followed this ICU documentation to update the time zone data in the ICU.
Essentially, the following 4 files need to be updated.
- zoneinfo64.res
- windowsZones.res
- timezoneTypes.res
- metaZones.res
However, we found this tzdbNames.res in the binary ICU packaged data. Is it used by ICU? The source of tzdbNames can be found here.
The last update was 7 years ago. I guess that this file is obsolete? Or will the file get updated in the future ICU release?
--