mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
The correct day-of-week is stored in the RTC (0=Monday, 6=Sunday) so there is no need to adjust it for the return value of time.localtime(). Fixes issue #7889. Signed-off-by: Damien George <damien@micropython.org>