Calling TZNames.GetCountryNames() with the English locale gets data from https://www.unicode.org/repos/cldr/tags/release-34/common/main/en.xml, which includes 4 territories without time zones:
- EZ - Eurozone
- UN - United Nations
- XA - Pseudo-Accents
- XB - Pseudo-Bidi
Calling it with the French locale gets data from https://www.unicode.org/repos/cldr/tags/release-34/common/main/fr.xml, which does not include "XA" nor "XB".
Expected results:
- different locales return the same number of territories
- Territories without time zones are not returned
Calling TZNames.GetCountryNames() with the English locale gets data from https://www.unicode.org/repos/cldr/tags/release-34/common/main/en.xml, which includes 4 territories without time zones:
Calling it with the French locale gets data from https://www.unicode.org/repos/cldr/tags/release-34/common/main/fr.xml, which does not include "XA" nor "XB".
Expected results: