Update query result timestamp to match query intervals. (#8717)

This commit is contained in:
Abhishek Radhakrishnan 2019-10-22 14:39:47 -07:00 committed by Fangjin Yang
parent bb4368baec
commit 42cfe679f1
1 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ The format of the result is:
```json
[
{
"timestamp": "2012-01-01T00:00:00.000Z",
"timestamp": "2013-01-01T00:00:00.000Z",
"result": [
{
"dimension": "dim1",
@ -83,7 +83,7 @@ The format of the result is:
]
},
{
"timestamp": "2012-01-02T00:00:00.000Z",
"timestamp": "2013-01-02T00:00:00.000Z",
"result": [
{
"dimension": "dim1",