mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8155823: Add date-time patterns 'v' and 'vvvv'
Addded necessary methodss Reviewed-by: rriggs, scolebourne
This commit is contained in:
parent
e7dc48db5b
commit
6c51be077a
4 changed files with 217 additions and 18 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue