Skip to content
Snippets Groups Projects
Commit d69b3229 authored by Timur Safin's avatar Timur Safin Committed by Kirill Yukhin
Browse files

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
parent 29f57b05
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment