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 8.2.7 on 2023-10-19; Metro MIMXRT1011 with IMXRT1011DAE5A
def get_time(): now = time.localtime() a = f"{now.tm_year}-{now.tm_mon:02d}-{now.tm_mday:02d} " a += f"{now.tm_hour:02d}:{now.tm_min:02d}:{now.tm_sec:02d}" return a while True: time.sleep(1) print(get_time())
Compare printed time with computer clock. The M7 clock is fast.
No response
The text was updated successfully, but these errors were encountered:
Closing as a dupe in favor of #9908, which has more information.
Sorry, something went wrong.
No branches or pull requests
CircuitPython version
Code/REPL
Behavior
Compare printed time with computer clock. The M7 clock is fast.
Description
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: