diff --git a/date.html b/date.html
index 78e58b2..e8bdd0e 100644
--- a/date.html
+++ b/date.html
@@ -26,7 +26,7 @@
Howard E. Hinnant
-2018-06-02
+2018-06-03
date
year
represents a year in the Gregorian calendar. It shall represent values
in the range [min(), max()]
. It can be constructed with any
int
value, which will be subsequently truncated to fit into
-year
's internal storage. year
is equality and less-than
+year
's internal storage. The year
prior to year{1}
+is year{0}
, and is a leap year. The year
prior to
+year{0}
is year{-1}
. This is commonly referred to as the
+proleptic Gregorian calendar.
+year
is equality and less-than
comparable, and participates in basic arithmetic with years
representing the
quantity between any two year
's. One can form a year
literal
with _y
. And one can stream out a year
for debugging purposes.