Skip to content

Commit 2ebf075

Browse files
committed
improve docstring and link tz list
1 parent 435dab5 commit 2ebf075

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_io/adafruit_io.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -848,6 +848,7 @@ def receive_time(self, tz: str = None):
848848
https://circuitpython.readthedocs.io/en/latest/shared-bindings/time/__init__.html#time.struct_time
849849
850850
:param str tz: Timezone to return the time in, see https://io.adafruit.com/services/time
851+
default is based on the device's IP address being geolocated, falling back to UTC.
851852
"""
852853
path = self._compose_path("integrations/time/struct.json")
853854
if tz is not None:

0 commit comments

Comments
 (0)