Update Readme.md
This commit is contained in:
@ -222,7 +222,7 @@ Queries are applied to a range. The following types of ranges are supported.
|
||||
}
|
||||
```
|
||||
|
||||
- **startDate**: The start date of the time range in the ISO8601 format (such as 1997-07-16T19:20:30.123+02:00 or 1997-07-16T19:20:30.123456789+02:00 (omitting +02:00 falls back to the local time zone)).
|
||||
- **startDate**: The start date of the time range in the ISO8601 format (such as 1997-07-16T19:20:30.123+02:00 or 1997-07-16T19:20:30.123456789+02:00 (omitting +02:00 falls back to the server's time zone)).
|
||||
- **endDate**: The end date of the time range.
|
||||
|
||||
|
||||
@ -430,7 +430,7 @@ See JSON representation of the data above.
|
||||
}
|
||||
```
|
||||
|
||||
The supported date format is ISO8601 (such as 1997-07-16T19:20:30.123+02:00 or 1997-07-16T19:20:30.123456789+02:00 (omitting +02:00 falls back to the local time zone)).
|
||||
The supported date format is ISO8601 (such as 1997-07-16T19:20:30.123+02:00 or 1997-07-16T19:20:30.123456789+02:00 (omitting +02:00 falls back to the server's time zone)).
|
||||
|
||||
##### Command
|
||||
|
||||
|
Reference in New Issue
Block a user