diff --git a/date.html b/date.html index f30c89c..8fdb864 100644 --- a/date.html +++ b/date.html @@ -26,7 +26,7 @@

Howard E. Hinnant
-2017-04-01
+2017-04-02

date

@@ -8109,11 +8109,14 @@ produces the locale's alternate time representation. %y -The last two decimal digits of the year. The modified command %Ny where -N is a positive decimal integer specifies the maximum number of characters to -read. If not specified, the default is 2. Leading zeroes are permitted but not required. -The modified commands %Ey and %Oy interpret the locale's -alternative representation. +The last two decimal digits of the year. +If the century is not otherwise specified (e.g. with %C), values in the range +[69 - 99] are presumed to refer to the years [1969 - 1999], and values in the range [00 - +68] are presumed to refer to the years [2000 - 2068]. The modified command +%Ny where N is a positive decimal integer specifies the maximum +number of characters to read. If not specified, the default is 2. Leading zeroes are +permitted but not required. The modified commands %Ey and %Oy +interpret the locale's alternative representation.