8311968: Clarify Three-letter time zone IDs in java.util.TimeZone

Reviewed-by: naoto, lancea
This commit is contained in:
Justin Lu 2023-07-17 21:00:49 +00:00
parent 6ae152d1be
commit 6a09992dbd

@ -130,8 +130,8 @@ import sun.util.locale.provider.TimeZoneNameUtility;
* use is deprecated</strong> because the same abbreviation is often used
* for multiple time zones (for example, "CST" could be U.S. "Central Standard
* Time" and "China Standard Time"), and the Java platform can then only
* recognize one of them.
*
* recognize one of them. The full list of deprecated three-letter time
* zone IDs and their mappings can be viewed at {@link java.time.ZoneId#SHORT_IDS}.
*
* @see Calendar
* @see GregorianCalendar