K 10 svn:author V 3 wen K 8 svn:date V 27 2017-03-08T06:24:14.076545Z K 7 svn:log V 724 CCTZ contains two libraries that cooperate with to give C++ programmers all the necessary tools for computing with dates, times, and time zones in a simple and correct manner. The libraries in CCTZ are: _ The Civil-Time Library - This is a header-only library that supports computing with human-scale time, such as dates (which are represented by the cctz::civil_day class). This library is declared in civil_time.h. _ The Time-Zone Library - This library uses the IANA time zone database that is installed on the system to convert between _absolute time_ and _civil time_. This library is declared in time_zone.h. WWW: http://github.com/google/cctz PR: 217599 Submitted by: z7dr6ut7gs@snkmail.com END