We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 435dab5 commit 2ebf075Copy full SHA for 2ebf075
adafruit_io/adafruit_io.py
@@ -848,6 +848,7 @@ def receive_time(self, tz: str = None):
848
https://circuitpython.readthedocs.io/en/latest/shared-bindings/time/__init__.html#time.struct_time
849
850
: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.
852
"""
853
path = self._compose_path("integrations/time/struct.json")
854
if tz is not None:
0 commit comments