diff --git a/d0355r5.html b/d0355r5.html
index ec6077a..2cf96b7 100644
--- a/d0355r5.html
+++ b/d0355r5.html
@@ -38,7 +38,7 @@ Document number: D0355R5
Howard E. Hinnant
Tomasz Kamiński
-2018-02-11
+2018-03-03
<chrono>
to Calendars and Time Zones%z
,
+%Ez
, and %Oz
.to_sys_time
,
to_utc_time
, to_tai_time
, to_gps_time
,
to_file_time
, with clock_cast
.%z
-0430
refers to
-4 hours 30 minutes behind UTC. The modified commands %Ez
and %Oz
-parse a :
between the hours and minutes and leading zeroes on the hour field
-are optional: -4:30
.[+|-]hh[mm]
. For example
+-0430
refers to 4 hours 30 minutes behind UTC. And 04
refers to
+4 hours ahead of UTC. The modified commands %Ez
and %Oz
parse a
+:
between the hours and minutes and leading zeroes on the hour field are
+optional: [+|-]h[h][:mm]
. For example -04:30
refers to 4 hours
+30 minutes behind UTC. And 4
refers to 4 hours ahead of UTC.date
%z
-0430
refers to
-4 hours 30 minutes behind UTC. The modified commands %Ez
and %Oz
-parse a :
between the hours and minutes and leading zeroes on the hour field
-are optional: -4:30
.[+|-]hh[mm]
. For example
+-0430
refers to 4 hours 30 minutes behind UTC. And 04
refers to
+4 hours ahead of UTC. The modified commands %Ez
and %Oz
parse a
+:
between the hours and minutes and leading zeroes on the hour field are
+optional: [+|-]h[h][:mm]
. For example -04:30
refers to 4 hours
+30 minutes behind UTC. And 4
refers to 4 hours ahead of UTC.