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 772dab6 commit 91a842eCopy full SHA for 91a842e
adafruit_ntp.py
@@ -55,7 +55,7 @@ def __init__(self, esp):
55
def set_time(self, tz_offset=0):
56
"""Fetches and sets the microcontroller's current time
57
in seconds since since Jan 1, 1970.
58
- :param int tz_offset: The offset of the local timezone,
+ :param tz_offset: The offset of the local timezone,
59
in seconds west of UTC (negative in most of Western Europe,
60
positive in the US, zero in the UK).
61
"""
0 commit comments