From fd5388162b26f0b4c97139d6e23b4c3908ac62a2 Mon Sep 17 00:00:00 2001 From: maerki_f Date: Tue, 14 Jun 2016 15:04:37 +0200 Subject: [PATCH] Update Readme.md --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index ba420f5..39710d7 100644 --- a/Readme.md +++ b/Readme.md @@ -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