updated integer usage on range

pull/1387/head
Scott Anderson 2020-08-19 10:10:17 -06:00
parent 283d99f7c9
commit 3ace98a82a
5 changed files with 4 additions and 14 deletions

View File

@ -38,7 +38,6 @@ Results **include** points that match the specified start time.
Use a relative duration, absolute time, or integer (Unix timestamp in seconds).
For example, `-1h`, `2019-08-28T22:00:00Z`, or `1567029600`..
Durations are relative to `now()`.
Integers are nanosecond Unix timestamps.
_**Data type:** Duration | Time | Integer_
@ -48,7 +47,6 @@ Results **exclude** points that match the specified stop time.
Use a relative duration, absolute time, or integer (Unix timestamp in seconds).
For example, `-1h`, `2019-08-28T22:00:00Z`, or `1567029600`.
Durations are relative to `now()`.
Integers are nanosecond Unix timestamps.
Defaults to `now()`.
_**Data type:** Duration | Time | Integer_

View File

@ -41,7 +41,6 @@ Results **include** points that match the specified start time.
Use a relative duration, absolute time, or integer (Unix timestamp in seconds).
For example, `-1h`, `2019-08-28T22:00:00Z`, or `1567029600`.
Durations are relative to `now()`.
Integers are nanosecond Unix timestamps.
_**Data type:** Duration | Time | Integer_
@ -51,7 +50,6 @@ Results **exclude** points that match the specified stop time.
Use a relative duration, absolute time, or integer (Unix timestamp in seconds).
For example, `-1h`, `2019-08-28T22:00:00Z`, or `1567029600`.
Durations are relative to `now()`.
Integers are nanosecond Unix timestamps.
Defaults to `now()`.
_**Data type:** Duration | Time | Integer_

View File

@ -35,7 +35,6 @@ The earliest time to include in results.
Use a relative duration, absolute time, or integer (Unix timestamp in seconds).
For example, `-1h`, `2019-08-28T22:00:00Z`, or `1567029600`.
Durations are relative to `now()`.
Integers are nanosecond Unix timestamps.
_**Data type:** Duration | Time | Integer_
@ -44,7 +43,6 @@ The latest time to include in results.
Use a relative duration, absolute time, or integer (Unix timestamp in seconds).
For example, `-1h`, `2019-08-28T22:00:00Z`, or `1567029600`.
Durations are relative to `now()`.
Integers are nanosecond Unix timestamps.
Defaults to `now()`.
_**Data type:** Duration | Time | Integer_

View File

@ -34,7 +34,6 @@ The earliest time to include in results.
Use a relative duration, absolute time, or integer (Unix timestamp in seconds).
For example, `-1h`, `2019-08-28T22:00:00Z`, or `1567029600`.
Durations are relative to `now()`.
Integers are nanosecond Unix timestamps.
_**Data type:** Duration | Time | Integer_
@ -43,7 +42,6 @@ The latest time to include in results.
Use a relative duration, absolute time, or integer (Unix timestamp in seconds).
For example, `-1h`, `2019-08-28T22:00:00Z`, or `1567029600`.
Durations are relative to `now()`.
Integers are nanosecond Unix timestamps.
Defaults to `now()`.
_**Data type:** Duration | Time | Integer_

View File

@ -55,19 +55,17 @@ _**Data type:** String_
### start
<span class="req">Required</span> Earliest time to include in results.
Results **include** points that match the specified start time.
Use a relative duration or absolute time.
For example, `-1h` or `2019-08-28T22:00:00Z`.
Use a relative duration, absolute time, or integer (Unix timestamp in seconds).
For example, `-1h`, `2019-08-28T22:00:00Z`, or `1567029600`.
Durations are relative to `now()`.
Integers are nanosecond Unix timestamps.
_**Data type:** Duration | Time | Integer_
### stop
Latest time to include in results.
Results **exclude** points that match the specified stop time.
Use a relative duration or absolute time.
For example, `-1h` or `2019-08-28T22:00:00Z`.
Integers are nanosecond Unix timestamps.
Use a relative duration, absolute time, or integer (Unix timestamp in seconds).
For example, `-1h`, `2019-08-28T22:00:00Z`, or `1567029600`.
Durations are relative to `now()`.
Defaults to `now()`.