Skip to content

Commit 2034315

Browse files
committed
Normative: Correct Gregorian calendar BC(E) era to signed years less than 1 AD
Fixes #723
1 parent 4d6e21b commit 2034315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/datetimeformat.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1197,7 +1197,7 @@ <h1>
11971197
</tr>
11981198
<tr>
11991199
<td>[[Era]]</td>
1200-
<td>Let _year_ be YearFromTime(𝔽(floor(_tz_ / 10<sup>6</sup>))). If _year_ &lt; *-0*<sub>𝔽</sub>, return *"BC"*, else return *"AD"*.</td>
1200+
<td>Let _year_ be YearFromTime(𝔽(floor(_tz_ / 10<sup>6</sup>))). If _year_ &lt; *1*<sub>𝔽</sub>, return *"BC"*, else return *"AD"*.</td>
12011201
</tr>
12021202
<tr>
12031203
<td>[[Year]]</td>

0 commit comments

Comments
 (0)