Hi, Please review the fix to the following issue:
https://bugs.openjdk.java.net/browse/JDK-8043387 The proposed fix is located at: http://cr.openjdk.java.net/~naoto/8043387/webrev.00/The issue only is reproducible when the underlying OS's default time zone is "GMT+XX:XX". In that case, the test case removes "GMT" and retains it as the expected formatted time zone name, which is not correct.
Naoto