myanmarking
08/08/2019, 9:07 AMZoneId.of(timeZone.id)
Drew Hamilton
08/08/2019, 9:17 AMZoneId.systemDefault()
does essentially this, though with the additional SHORT_IDS
map which you could use too if you want: https://github.com/ThreeTen/threetenbp/blob/master/src/main/java/org/threeten/bp/ZoneId.java#L244-L246