Correct "double %Ez" type-o, two places.

This commit is contained in:
Howard Hinnant
2017-12-04 10:09:31 -05:00
parent 16c5f5885f
commit d6ae81acb3
2 changed files with 4 additions and 4 deletions

View File

@@ -3843,7 +3843,7 @@ representation.</td>
<tr> <tr>
<td><code>%z</code></td> <td><code>%z</code></td>
<td>The offset from UTC in the ISO 8601 format. For example <code>-0430</code> refers to <td>The offset from UTC in the ISO 8601 format. For example <code>-0430</code> refers to
4 hours 30 minutes behind UTC. The modified commands <code>%Ez</code> and <code>%Ez</code> 4 hours 30 minutes behind UTC. The modified commands <code>%Ez</code> and <code>%Oz</code>
parse a <code>:</code> between the hours and minutes and leading zeroes on the hour field parse a <code>:</code> between the hours and minutes and leading zeroes on the hour field
are optional: <code>-4:30</code>.</td> are optional: <code>-4:30</code>.</td>
</tr> </tr>

View File

@@ -26,7 +26,7 @@
<br/> <br/>
<br/> <br/>
<a href="mailto:howard.hinnant@gmail.com">Howard E. Hinnant</a><br/> <a href="mailto:howard.hinnant@gmail.com">Howard E. Hinnant</a><br/>
2017-11-03<br/> 2017-12-04<br/>
</address> </address>
<hr/> <hr/>
<h1 align=center><code>date</code></h1> <h1 align=center><code>date</code></h1>
@@ -7845,7 +7845,7 @@ left-padded with <code>0</code> to four digits.</td>
<td><code>%z</code></td> <td><code>%z</code></td>
<td>The offset from UTC in the ISO 8601 format. For example <code>-0430</code> refers to <td>The offset from UTC in the ISO 8601 format. For example <code>-0430</code> refers to
4 hours 30 minutes behind UTC. If the offset is zero, <code>+0000</code> is used. 4 hours 30 minutes behind UTC. If the offset is zero, <code>+0000</code> is used.
The modified commands <code>%Ez</code> and <code>%Ez</code> insert a <code>:</code> The modified commands <code>%Ez</code> and <code>%Oz</code> insert a <code>:</code>
between the hours and minutes: <code>-04:30</code>. If the offset information is not between the hours and minutes: <code>-04:30</code>. If the offset information is not
available, <code>failbit</code> will be set.</td> available, <code>failbit</code> will be set.</td>
</tr> </tr>
@@ -8227,7 +8227,7 @@ representation.</td>
<tr> <tr>
<td><code>%z</code></td> <td><code>%z</code></td>
<td>The offset from UTC in the ISO 8601 format. For example <code>-0430</code> refers to <td>The offset from UTC in the ISO 8601 format. For example <code>-0430</code> refers to
4 hours 30 minutes behind UTC. The modified commands <code>%Ez</code> and <code>%Ez</code> 4 hours 30 minutes behind UTC. The modified commands <code>%Ez</code> and <code>%Oz</code>
parse a <code>:</code> between the hours and minutes and leading zeroes on the hour field parse a <code>:</code> between the hours and minutes and leading zeroes on the hour field
are optional: <code>-4:30</code>.</td> are optional: <code>-4:30</code>.</td>
</tr> </tr>