We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adafruit CircuitPython 9.2.3-1-g401295f6dc on 2025-01-21; LILYGO T-Deck (Plus) with ESP32S3
import time >>> time.localtime(2147483647) struct_time(tm_year=2038, tm_mon=1, tm_mday=19, tm_hour=3, tm_min=14, tm_sec=7, tm_wday=1, tm_yday=19, tm_isdst=-1) >>> time.localtime(2147483648) Traceback (most recent call last): File "<stdin>", line 1, in <module> OverflowError: overflow converting long int to machine word
Yea, 1/1 of 2038 works, but not after Jan 19 of 2038.
No response
The text was updated successfully, but these errors were encountered:
Yes, this is the year 2038 bug, see https://en.wikipedia.org/wiki/Year_2038_problem
Sorry, something went wrong.
No branches or pull requests
CircuitPython version
Code/REPL
Behavior
Yea, 1/1 of 2038 works, but not after Jan 19 of 2038.
Description
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: