[DOCS] Fixes typo in start datafeed API docs. (#53811)

This commit is contained in:
István Zoltán Szabó 2020-03-19 17:55:26 +01:00
parent 29583288b3
commit 53f7e31462

View File

@ -49,7 +49,7 @@ following formats: +
- ISO 8601 format with milliseconds, for example `2017-01-22T06:00:00.000Z`
- ISO 8601 format without milliseconds, for example `2017-01-22T06:00:00+00:00`
- Milliseconds from the Epoch, for example `1485061200000`
- Milliseconds since the epoch, for example `1485061200000`
Date-time arguments using either of the ISO 8601 formats must have a time zone
designator, where Z is accepted as an abbreviation for UTC time.