Skip to content

Commit

Permalink
Issue #60: ch22 : reverse removing 3rd paren. from earlier commit
Browse files Browse the repository at this point in the history
  • Loading branch information
txpokey committed May 1, 2018
1 parent 06606bd commit 7c68d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch22.html
Expand Up @@ -252,7 +252,7 @@ <h2>ZonedDateTime class</h2>
<p><code class="java hljs"><span class="hljs-comment">// Prints 2014-09-19T00:30Z<br /></span>System.out.println(<br />
&nbsp; &nbsp; ZonedDateTime.of(<span class="hljs-number">2014</span>,<span class="hljs-number">9</span>,<span class="hljs-number">19</span>,<span class="hljs-number">0</span>,<span class="hljs-number">30</span>,<span class="hljs-number">0</span>,<span class="hljs-number">0</span>,ZoneId.of(<span class="hljs-string">"Z"</span>)));<br />
<span class="hljs-comment">// Prints 2015-08-31T12:39:27.492-04:00[America/Montreal]<br /></span>System.out.println(<br />
&nbsp; &nbsp; ZonedDateTime.now(ZoneId.of(<span class="hljs-string">"America/Montreal"</span>));</code></p>
&nbsp; &nbsp; ZonedDateTime.now(ZoneId.of(<span class="hljs-string">"America/Montreal"</span>)));</code></p>

<h2>Daylight savings</h2>

Expand Down

0 comments on commit 7c68d0b

Please sign in to comment.