ZoneId.SHORT_IDS

A map of zone overrides to enable the short time-zone names to be used. !(p) Use of short zone IDs has been deprecated _in {@code java.util.TimeZone}. This map allows the IDs to continue to be used via the {@link #of(string, Map)} factory method. !(p) 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. !(p) This maps as follows: !(ul) !(li)EST - -05:00</li> !(li)HST - -10:00</li> !(li)MST - -07:00</li> !(li)ACT - Australia/Darwin</li> !(li)AET - Australia/Sydney</li> !(li)AGT - America/Argentina/Buenos_Aires</li> !(li)ART - Africa/Cairo</li> !(li)AST - America/Anchorage</li> !(li)BET - America/Sao_Paulo</li> !(li)BST - Asia/Dhaka</li> !(li)CAT - Africa/Harare</li> !(li)CNT - America/St_Johns</li> !(li)CST - America/Chicago</li> !(li)CTT - Asia/Shanghai</li> !(li)EAT - Africa/Addis_Ababa</li> !(li)ECT - Europe/Paris</li> !(li)IET - America/Indiana/Indianapolis</li> !(li)IST - Asia/Kolkata</li> !(li)JST - Asia/Tokyo</li> !(li)MIT - Pacific/Apia</li> !(li)NET - Asia/Yerevan</li> !(li)NST - Pacific/Auckland</li> !(li)PLT - Asia/Karachi</li> !(li)PNT - America/Phoenix</li> !(li)PRT - America/Puerto_Rico</li> !(li)PST - America/Los_Angeles</li> !(li)SST - Pacific/Guadalcanal</li> !(li)VST - Asia/Ho_Chi_Minh</li> </ul> The map is unmodifiable.

class ZoneId
static
Map!(string, string)
SHORT_IDS
()

Meta