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 bd7f6eb commit 285cddaCopy full SHA for 285cdda
adafruit_datetime.py
@@ -1525,7 +1525,7 @@ def timestamp(self) -> float:
1525
Note that Floats on most boards are encoded in 30 bits
1526
internally, with effectively 22 bits of precision. As a result,
1527
for modern dates this value can be off by several minutes.
1528
- As a workaround you can access the function ``_mitime()``
+ As a workaround you can access the function ``_mktime()``
1529
to get an int version of the timestamp.
1530
"""
1531
if not self._tzinfo is None:
0 commit comments