| JDK 25 |
|---|
| 25 b06Fixed |
|
Causes :
|
|
|
Relates :
|
|
|
Relates :
|
|
|
Relates :
|
Although they are clearly declared "deprecated" in java.util.TimeZone (https://docs.oracle.com/en/java/javase/23/docs/api/java.base/java/util/TimeZone.html#three-letter-time-zone-ids-heading), they still can be used to instantiate TimeZone instance. one-arg java.time.ZoneId.of() does not support those legacy IDs, but by using `ZoneId.SHORT_IDS` will create ZoneId instances for those IDs. To eventually get rid of those JDK 1.1 legacy IDs, it is desirable to log/display a warning messagel, if users try to instantiate TimeZone instances with those legacy IDs.
|