public static final Map<String, String> SHORT_IDS

A map of zone overrides to enable the short time-zone names to be used.

Use of short zone IDs has been deprecated in java.util.TimeZone. This map allows the IDs to continue to be used via the of(String, Map) factory method.

This map contains a mapping of the IDs that is in line with TZDB 2005r and later, where 'EST', 'MST' and 'HST' map to IDs which do not include daylight savings.

This maps as follows:

The map is unmodifiable.