aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/cctz/README
blob: 8cdda27da8a054ada6ab6375ec8cec56c44a5dd1 (plain) (blame)
1
2
3
4
5
6
7
8
A Google timezone library.

This version is based on commit 2e86a776379ec6f2a60f4a6595a3b68cd3961cb4 from https://github.com/google/cctz.git

The following changes were made compared to the vanilla Google code:
  * the Time Zone Database may optionally be compiled into the library (just add a PEERDIR() to contrib/libs/cctz/tzdata subdirectory in your code);
  * some minor cleanups to avoid clang warnings;
  * the tests were modified to work with library/cpp/testing/unittest.