mirror of
https://github.com/HowardHinnant/date.git
synced 2025-01-16 20:41:20 +08:00
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.
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%