summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/api.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/api.md b/docs/api.md
index 2dd175a..d35e083 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -251,8 +251,8 @@ function return a blocking generator you can iterate over to retrieve events as
**Params**:
-* since (datetime or int): get events from this point
-* until (datetime or int): get events until this point
+* since (UTC datetime or int): get events from this point
+* until (UTC datetime or int): get events until this point
* filters (dict): filter the events by event time, container or image
* decode (bool): If set to true, stream will be decoded into dicts on the
fly. False by default.