robot-piglet 53dcfae09d Intermediate changes 2 месяцев назад
..
include b71cb79039 Restoring authorship annotation for <dude@yandex-team.ru>. Commit 2 of 2. 2 лет назад
src 17dbb95cd1 Update cctz to 2021-03-11 1 год назад
test 53dcfae09d Intermediate changes 2 месяцев назад
tzdata 53dcfae09d Intermediate changes 2 месяцев назад
CONTRIBUTING.md 2d37894b1b Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 2 of 2. 2 лет назад
LICENSE.txt 2d37894b1b Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 2 of 2. 2 лет назад
README 59aca5c518 Restoring authorship annotation for Ivan Komarov <Ivan.Komarov@dfyz.info>. Commit 2 of 2. 2 лет назад
README.md 2d37894b1b Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 2 of 2. 2 лет назад
ya.make bf0f13dd39 add ymake export to ydb 1 год назад

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.