Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 10828b5

Browse files
committed
Update SeriesHelper docstring
1 parent b934c7d commit 10828b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

influxdb/helper.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ class SeriesHelper(object):
1616
All data points are immutable, insuring they do not get overwritten.
1717
Each subclass can write to its own database.
1818
The time series names can also be based on one or more defined fields.
19+
The field "time" can be specified when creating a point, and may be any of
20+
the time types supported by the client (i.e. str, datetime, int).
21+
If the time is not specified, the current system time (utc) will be used.
1922
2023
Annotated example::
2124

0 commit comments

Comments
 (0)