Gets a ZoneId from a given ID string. In opposite to ZoneId.of, this methods returns null when the zone is not available.
Return
ZoneId or null if the argument was null or no zone with this ID could be found
Parameters
zone ID, like "Europe/Berlin" (may be null)