diff --git a/date.html b/date.html
index a2c0562..db6c664 100644
--- a/date.html
+++ b/date.html
@@ -26,7 +26,7 @@
Howard E. Hinnant
-2017-05-07
+2017-06-12
date
Everything here is contained in the namespace date
. The literal operators,
and the constexpr field literals (e.g. sun
, jan
, etc.) are
-in namespace date_literals
and imported into namespace date
.
+in namespace date::literals
and imported into namespace date
.
days
fmt
as specified by the
-Throws: A std::runtime_error
if %Z
is in the formatting
-string and abbrev == nullptr
, or if %z
is in the formatting string
-and offset_sec == nullptr
.
+If %Z
is in the formatting string and abbrev == nullptr
, or if
+%z
is in the formatting string and offset_sec == nullptr
,
+failbit
will be set for os
.
to_stream
formatting flags.
-Throws: A std::runtime_error
if %z
or %Z
is
-used in the fmt
string.
+If %z
or %Z
is used in the fmt
string
+failbit
will be set for os
.
0
to four digits.
-0430
refers to
4 hours 30 minutes behind UTC. If the offset is zero, +0000
is used.
The modified commands %Ez
and %Ez
insert a :
-between the hours and minutes: -04:30
. A std::runtime_error
is
-thrown if the offset information is not available.-04:30
. If the offset information is not
+available, failbit
will be set.
%Z
std::runtime_error
is thrown if the time
-zone abbreviation is not available. UTC
is used for
+failbit
will be set. UTC
is used for
sys_time
.