Closed 9037568 closed 2 months ago
The help-with-circuitpython channel on the Adafruit Discord or the Adafruit forums are the best places to get help with support for projects.
I think the date being wrong is most likely an indicator that the WIFI setup or NTP time sync did not succeed which then causes the timestamp to revert back to the only known system time which I do believe is around the date you saw.
It looks like the example in that learn guide has some error message like:
Wifi failed to connect. Time not set.
Wifi config not found in settintgs.toml. Time not set.
Those would both indicate an issue with getting the time and afterward the timestamps on the files will not be accurate.
When the time is sync'd successfully it has this printout: ntp time: {ntp.datetime}
which will show the time that it believes it is. As long as that gets printed and looks accurate then the timestamps on the photos should be as well.
When taking pictures using the Fancy Camera code from this guide, all the pictures taken are timestamped 1999-12-31.