thegeorg 0c31d97afd Sync linux-headers instead of using system ones 2 years ago
..
include b71cb79039 Restoring authorship annotation for <dude@yandex-team.ru>. Commit 2 of 2. 3 years ago
src b71cb79039 Restoring authorship annotation for <dude@yandex-team.ru>. Commit 2 of 2. 3 years ago
test 0892cb5af1 Markup tests with ya:explicit_data to avoid exporting metadata to github 2 years ago
tzdata 0c31d97afd Sync linux-headers instead of using system ones 2 years ago
CMakeLists.darwin.txt e83b936566 Update external build system generation utility 2 years ago
CMakeLists.linux-aarch64.txt 0c31d97afd Sync linux-headers instead of using system ones 2 years ago
CMakeLists.linux.txt 0c31d97afd Sync linux-headers instead of using system ones 2 years ago
CMakeLists.txt b981cca279 Enable linux-arm platform. 2 years ago
CONTRIBUTING.md 2d37894b1b Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 2 of 2. 3 years ago
LICENSE.txt 2d37894b1b Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 2 of 2. 3 years ago
README 59aca5c518 Restoring authorship annotation for Ivan Komarov <Ivan.Komarov@dfyz.info>. Commit 2 of 2. 3 years ago
README.md 2d37894b1b Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 2 of 2. 3 years ago

README

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.