Skip to content

Commit ba14318

Browse files
lochhhglopesdev
authored andcommitted
Add note to load about treating timezone-naive values as UTC
1 parent 6c17ef1 commit ba14318

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/swc/aeon/io/api.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,9 @@ def load(
240240
by specifying an optional time range, or a list of timestamps used to index the data on file.
241241
Returned data will be sorted chronologically.
242242
243+
Note:
244+
Any timezone-naive values in `start`, `end`, and `time` will be treated as UTC.
245+
243246
Args:
244247
root: The root path, or prioritised sequence of paths, where data is stored.
245248
reader: A data stream reader object used to read chunk data from the dataset.

0 commit comments

Comments
 (0)