Converts a date-time that may name a region id in brackets to ZonedDateTime

All 3 scenarios hold

expected outcome broken scenario
ScenarioInput valueParameter type?ZonedDateTime zone id?ZonedDateTime as instant in UTC?
Region zone2017-03-14T13:00:00+01:00[Europe/Berlin]java.time.ZonedDateTimeEurope/Berlin2017-03-14T12:00:00Z
Offset only2000-06-15T18:30:45-07:00java.time.ZonedDateTime-07:002000-06-16T01:30:45Z
At UTC2025-12-25T00:00:00Zjava.time.ZonedDateTimeZ2025-12-25T00:00:00Z