Skip to content

Commit

Permalink
Fix error in addUPI time zone handling
Browse files Browse the repository at this point in the history
addUPI wasn't working at all (it was raising an exception when
attempting to convert the text format to htimeseries, because it didn't
know the time zone).
  • Loading branch information
aptiko committed Dec 23, 2023
1 parent 27e971f commit f5379b6
Show file tree
Hide file tree
Showing 4 changed files with 654 additions and 1 deletion.
3 changes: 3 additions & 0 deletions doc/dev/telemetry.rst
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,9 @@ scanning goes to :data:`enhydris.telemetry.drivers`.
useful for APIs that are known to always provide timestamps in a
given time zone.

If :const:`True`, the timestamps in the return value of
:meth:`get_measurements` must be in UTC.

.. method:: connect() -> None

Initiates connection to the API and logs on. Should raise
Expand Down
Loading

0 comments on commit f5379b6

Please sign in to comment.