7174fcb9d7
* Limit rounding interval to 1 day, add SubtractRoundDown and AddRoundUp functions * fix error message * Only subtract round down if period is greater than a day * Tests * Comment clarification * Pivot solution to simple fix * fix error message * Remove RoundDown/Up limitations; add remarks * address review