Skip to content

Commit ce1c84f

Browse files
authored
Adding more information about date math rounding behaviour
adding more information about date math rounding behaviour depending on the parameter
1 parent 8216e94 commit ce1c84f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/reference/api-conventions.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,8 @@ one or more maths expressions:
219219

220220
* `+1h`: Add one hour
221221
* `-1d`: Subtract one day
222-
* `/d`: Round down to the nearest day
222+
* `/d`: Round down to the nearest day Note: Rounding behaviour is different depending on the parameter (`lt`,`lte`,`gt`,`gte`): <<range-query-date-math-rounding,`range rounding`>>
223+
223224

224225
The supported time units differ from those supported by <<time-units, time units>> for durations.
225226
The supported units are:

0 commit comments

Comments
 (0)