Hardware
Reporter did not specify
m86k MicroPython version
Reporter did not specify
Reproduction
- Open the repl
- import time; time.time()
- time.localtime()
Expected behaviour
time.time should show micropython epoch time (epoch date = 2000). time.localtime should show the current date and time.
Observed behaviour
time.time reported a negative number
Additional Information
I test on umac which doesn't seem to implement the RTC anyway.
Code of Conduct
Yes, I agree