Find standard time name for a region using Java
问题 Is there anyway to find the standard time that comes under time zone regions, for example America/New_York and America/NewJersey -> EST I am developing a REST service where the request will have region-based timezone(America/NewJersey) as a parameter and I need to find the standard time it comes under and pass it to legacy API, which only accepts 3 digit timezone(EST/MST/CST/AET). I am using Java 8 and I checked Time API, but it doesn't have any such feature/functionality. As a workaround I