8155823: Add date-time patterns 'v' and 'vvvv'

Addded  necessary methodss

Reviewed-by: rriggs, scolebourne
This commit is contained in:
Nadeesh TV 2016-05-13 18:58:32 +00:00
parent e7dc48db5b
commit 6c51be077a
4 changed files with 217 additions and 18 deletions

View file

@ -614,7 +614,7 @@ public final class ZoneRules implements Serializable {
* One technique, using this method, would be:
* <pre>
* ZoneOffsetTransition trans = rules.getTransition(localDT);
* if (trans == null) {
* if (trans != null) {
* // Gap or Overlap: determine what to do from transition
* } else {
* // Normal case: only one valid offset