Code Review for JDK-8141243: Unexpected timezone returned after parsing a date
Ramanand Patil
ramanand.patil at oracle.com
Mon Nov 16 13:38:29 UTC 2015
Hi all,
Please review a fix for Bug Id - HYPERLINK "https://bugs.openjdk.java.net/browse/JDK-8141243"JDK-8141243.
<https://bugs.openjdk.java.net/browse/JDK-8141243>
Issue - When parsing the virtual timezone "UTC" with java.text.SimpleDateFormat, the timezone is set to the first timezone that matches an actual timezone in the UTC group, which is Antarctica/Troll. When comparing this timezone with the result of TimeZone.getTimeZone("UTC"), we fail.
Webrev - http://cr.openjdk.java.net/~aefimov/8141243/webrev.00/
Regards,
Ramanand.
More information about the core-libs-dev
mailing list