diff --git a/date.html b/date.html
index 917ec22..4b7e0d6 100644
--- a/date.html
+++ b/date.html
@@ -26,7 +26,7 @@
Howard E. Hinnant
-2017-04-02
+2017-04-13
date
@@ -8142,8 +8142,10 @@ are optional: -4:30
.
%Z |
-The time zone abbreviation. A single word is read as specified by the extraction
-operator for std::basic_string . |
+The time zone abbreviation or name. A single word is parsed. This word can only
+contain characters from the basic source character set ([lex.charset] in the
+C++ standard) that are alphanumeric, or one of '_' , '/' ,
+'-' or '+' . |