diff --git a/date.html b/date.html index 2b8afc2..dda74cc 100644 --- a/date.html +++ b/date.html @@ -26,7 +26,7 @@

Howard E. Hinnant
-2017-08-15
+2017-08-18

date

@@ -40,6 +40,7 @@
  • Overview
  • Range of Validity
  • Reference
  • +
  • Installation
  • Introduction

    @@ -8443,5 +8444,17 @@ extraction from a basic_istream<CharT, Traits> is calls

    +

    Installation

    + +

    +Some of the parsing and formatting flags require help from your std::lib's +time_get and time_put facets for localization help. If you are +happy with being restricted to the "C" locale, and/or need to port this to an +older platform that doesn't support the time_get and time_put +facets, compile with -DONLY_C_LOCALE=1. This enables all of the streaming +and parsing flags, but makes all of them assume the "C" locale, and removes +the dependency on the time_get and time_put facets. +

    +