mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8311968: Clarify Three-letter time zone IDs in java.util.TimeZone
Reviewed-by: naoto, lancea
This commit is contained in:
parent
6ae152d1be
commit
6a09992dbd
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue