diff --git a/date.html b/date.html index b246235..2b8afc2 100644 --- a/date.html +++ b/date.html @@ -26,7 +26,7 @@

Howard E. Hinnant
-2017-06-12
+2017-08-15

date

@@ -3005,7 +3005,7 @@ static constexpr year year::min() noexcept;

-Returns: year{std::numeric_limits<short>::min()}. +Returns: year{-32767}.

@@ -3015,7 +3015,7 @@ static constexpr year year::max() noexcept;

-Returns: year{std::numeric_limits<short>::max()}. +Returns: year{32767}.