push
github
datetime: refactored to use MIN/MAX timezone offset constants Constants `TZOFFSET_MIN` and `TZOFFSET_MAX` are introduced in `datetime.lua` and in Lua test modules for better evolvability. Also, they are used in C sources instead of literals. Existing constants `MIN_TZOFFSET` and `MAX_TZOFFSET` were renamed for consistently with other similar constants in standard C/C++ headers and other Tarantool libraries. NO_CHANGELOG=no visible changes NO_TEST=no new behavior NO_DOC=no new behavior (cherry picked from commit 396d8704d)
63683 of 115146 branches covered (55.31%)
7 of 8 new or added lines in 3 files covered. (87.5%)
44 existing lines in 13 files now uncovered.94666 of 109937 relevant lines covered (86.11%)
1896909.95 hits per line