datetime: Mons intervals
Split single sec field in the datetime_interval into multiple subfields, i.e. week, day, hour, min, sec. Make sure that whatever we enter in the constructor we get similarly visualized as textual representation Lua implementation of datetime_totable has been converted to C, which allows to use it for datetime values decomposing in datetimes subtraction. It uses per component subtraction for calculating of a resultant interval. Part of #6923 NO_DOC=refactoring NO_CHANGELOG=refactoring
Showing
- extra/exports 1 addition, 0 deletionsextra/exports
- src/lib/core/datetime.c 143 additions, 88 deletionssrc/lib/core/datetime.c
- src/lib/core/datetime.h 30 additions, 15 deletionssrc/lib/core/datetime.h
- src/lua/datetime.lua 31 additions, 40 deletionssrc/lua/datetime.lua
- src/lua/tnt_datetime.c 6 additions, 0 deletionssrc/lua/tnt_datetime.c
- src/lua/utils.c 7 additions, 3 deletionssrc/lua/utils.c
- test/app-tap/datetime.test.lua 52 additions, 18 deletionstest/app-tap/datetime.test.lua
Loading
Please register or sign in to comment