Skip to content

Commit

Permalink
remove ToString for timeZone
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankYFTang authored and ptomato committed Jul 9, 2021
1 parent 48ab4e9 commit 986ae00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/abstractops.html
Original file line number Diff line number Diff line change
Expand Up @@ -1443,7 +1443,7 @@ <h1>PrepareTemporalFields ( _fields_, _fieldNames_, _requiredFields_ )</h1>
1. If _property_ is in the Property column of <emu-xref href="#table-temporal-field-requirements"></emu-xref>, then
1. Set _value_ to the corresponding Default value of the same row.
1. Else,
1. If _property_ is in the Property column of <emu-xref href="#table-temporal-field-requirements"></emu-xref>, then
1. If _property_ is in the Property column of <emu-xref href="#table-temporal-field-requirements"></emu-xref> and there is a Conversion value in the same row, then
1. Let _Conversion_ represent the abstract operation named by the Conversion value of the same row.
1. Set _value_ to ? _Conversion_(_value_).
1. Perform ! CreateDataPropertyOrThrow(_result_, _property_, _value_).
Expand Down Expand Up @@ -1527,7 +1527,7 @@ <h1>PrepareTemporalFields ( _fields_, _fieldNames_, _requiredFields_ )</h1>
</tr>
<tr>
<td>*"timeZone"*</td>
<td>ToString</td>
<td></td>
<td>*undefined*</td>
</tr>
</tbody>
Expand Down

0 comments on commit 986ae00

Please sign in to comment.