commit | c6d209b505932b43d58502b119b86a6fa5b5338e | [log] [tgz] |
---|---|---|
author | Ramanand Patil <ramanand.patil@oracle.com> | Fri Dec 25 16:43:37 2015 +0300 |
committer | Ivan Gerasimov <igerasim@openjdk.org> | Fri Dec 25 16:43:37 2015 +0300 |
tree | 5d968eed7c1202bfb5164d52cf7d014877fa0aba | |
parent | 741ed62a7c08211150915283f4e55b0dd8b493af [diff] |
8066982: ZonedDateTime.parse() returns wrong ZoneOffset around DST fall transition In Parsed.java the method resolveInstant() is altered such that, the offset (if present) will be given priority over zone. Reviewed-by: rriggs, scolebourne