mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
gettimeofday returns seconds since 2000/1/1 so needs to be adjusted to seconds since 1970/1/1 to give the correct return value of mp_hal_time_ns. Signed-off-by: Damien George <damien@micropython.org>