Solutionunvalidated
you need to use `ZoneId.of(String, Map)` method — To be able to use the ambiguous short IDs. Tension: the map provides the mapping between unsupported names and a supported name. Outcome: you'll need to provide said mapping yourself with a custom `Map`.
afe8bd41-4507-48c3-98e6-4df36dd9afcf
you need to use ZoneId.of(String, Map) method — To be able to use the ambiguous short IDs. Tension: the map provides the mapping between unsupported names and a supported name. Outcome: you'll need to provide said mapping yourself with a custom Map.