When running on batteries the Pico W's clock/utime starts at 2021-01-01 00:00:00 by default.
At every boot it obviously should:
- Get the current time on its own, likely off the internet.
- Set it's internal chips to that time so that its utime library gives back the correct time going forward.
Any good established technique out there to achieve this?
Using micropython.