Howard Hinnant c10b729273 Rewrite of the to_stream/format/from_stream/parse docs:
* The bulk of the description is moved from tz.html to date.html.

* The format and parse flags are now described in detail, instead of
  implicitly relying on the C and POSIX specs.  This gives me room
  to specify a few corner cases that are either under-specified in
  the official specs, or to add extensions.

* The from_stream / to_stream specifications are now located with
  each specific type that implements them.  This allows more detailed
  documentation as to how each type interacts with the from_stream /
  to_stream system.

* The format and parse functions are now more clearly separated from
  to_stream and from_stream, and are documented to be nothing more
  than syntax sugar on top of any type that choses to implement
  to_stream or from_stream.
2017-04-01 22:48:54 -04:00
2016-07-30 23:15:02 -04:00
2016-05-30 15:08:46 -04:00
2016-10-16 23:13:36 -04:00
2016-06-27 22:36:48 -04:00
2016-07-04 16:33:59 -04:00
2016-06-09 22:28:52 -04:00
2016-06-26 18:49:51 -04:00
2016-06-27 22:36:48 -04:00
Description
A date and time library based on the C++11/14/17 header
Languages
C++ 97.5%
CMake 1%
Objective-C++ 0.9%
Shell 0.5%
C 0.1%