ATEST-319

This commit is contained in:
Fabian Märki
2016-04-12 11:59:11 +02:00
parent b6f49ffead
commit 085816ec8f
3 changed files with 21 additions and 13 deletions

View File

@ -129,7 +129,7 @@ Queries are applied to a range. The following types of ranges ranges are support
}
```
- **startDate**: The start date of the time range (ISO8601 format (YYYY-MM-DDThh:mm:ss.sTZD e.g. 1997-07-16T19:20:30.475+02:00 (omitting +02:00 falls back to the local time zone)).
- **startDate**: The start date of the time range (ISO8601 format (YYYY-MM-DDThh:mm:ss.sTZD e.g. 1997-07-16T19:20:30.123+02:00 (omitting +02:00 falls back to the local time zone)). Additionally, ISO8601 format up to nano seconds is also supported (e.g. 1997-07-16T19:20:30.123456789+02:00).
- **endDate**: The end date of the time range.