From 0f7fd4a04e04ed651560d3da7751c3733456afdc Mon Sep 17 00:00:00 2001
From: Howard Hinnant
Howard E. Hinnant
-2017-07-06
+2017-07-07
Extending
@@ -9782,7 +9782,7 @@ explicit zoned_time<Duration>::zoned_time(const time_zone* z);
<chrono>
to Calendars and Time Zones
Effects: Constructs a zoned_time
zt
such that
-zt.get_time_zone()-> == z
, and
+zt.get_time_zone() == z
, and
zt.get_sys_time() == sys_seconds{}
.