diff --git a/d0355r4.html b/d0355r4.html
index cde2b27..b3979c9 100644
--- a/d0355r4.html
+++ b/d0355r4.html
@@ -37,7 +37,7 @@
Document number: D0355R4
Howard E. Hinnant
-2017-08-13
+2017-09-16
<chrono>
to Calendars and Time Zones
zoned_traits
provides a means for customizing the behavior of
-zoned_time<Duration, TimeZonePtr
for the
+zoned_time<Duration, TimeZonePtr>
for the
zoned_time
default constructor, and constructors taking
string_view
. A specialization for const time_zone*
is provided by the implementation.
@@ -9741,7 +9741,7 @@ static const time_zone* zoned_traits<const time_zone*>::default_zone();
@@ -9750,7 +9750,7 @@ static const time_zone* zoned_traits<const time_zone*>::locate_zone(string-Returns:
date::locate_zone("UTC")
. +Returns:std::chrono::locate_zone("UTC")
.
-Returns:
date::locate_zone(name)
. +Returns:std::chrono::locate_zone(name)
.