I would like to get a list of all timezones in Dutch. My first attempt was ZoneId.getAvailableZoneIds(). This however returned a list in English.
Using the answer as provided here: Localized name of ZoneId's ID provided me with a list of timezones in Dutch, but not all are translated, the translation isn't great, and I can't even find the Dutch/Amsterdam time zone in there.
Is there any other way to do this? Maybe a different library I don't know?