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

@@ -1611,7 +1611,7 @@ operator<<(std::basic_ostream<CharT, Traits>& os, const local_ti

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

@@ -1947,9 +1947,9 @@ string 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.

@@ -5272,8 +5272,8 @@ to_stream(std::basic_ostream<class CharT, class Traits>& os, const Cha 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.

@@ -7826,14 +7826,14 @@ left-padded with 0 to four digits. The offset from UTC in the ISO 8601 format. For example -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. +between the hours and minutes: -04:30. If the offset information is not +available, failbit will be set. %Z -The time zone abbreviation. A std::runtime_error is thrown if the time -zone abbreviation is not available. UTC is used for +The time zone abbreviation. If the time zone abbreviation is not available, +failbit will be set. UTC is used for sys_time.