QUERY · ISSUE
docs: time.mktime requires one positional argument
docs
Documentation URL
No response
Description
when running the function time.mktime(), an exception occurs as the function does require one positional argument. But this is not documented, although it states "t’s argument is a full 8-tuple" inside the description.
Code of Conduct
Yes, I agree
CANDIDATE · PULL REQUEST
docs/library/time.rst: fix description of return results in time.mktime()
docs
Currently it states that the result is the number of seconds since
Jan 1, 2000 - however at least on RP2040 that isn't the case
and further up the same page of documentation it is stated that
the epoch is usually Jan 1, 1970.