README 480 B

12345678
  1. A Google timezone library.
  2. This version is based on commit 2e86a776379ec6f2a60f4a6595a3b68cd3961cb4 from https://github.com/google/cctz.git
  3. The following changes were made compared to the vanilla Google code:
  4. * the Time Zone Database may optionally be compiled into the library (just add a PEERDIR() to contrib/libs/cctz/tzdata subdirectory in your code);
  5. * some minor cleanups to avoid clang warnings;
  6. * the tests were modified to work with library/cpp/testing/unittest.