Skip to content
Snippets Groups Projects
Commit 0eadf1d3 authored by genofire's avatar genofire
Browse files

fix(py): timezone workaroud

parent 0608bfdc
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
/* MicroPython has its epoch at 2000-01-01. Our RTC is in UTC */
#define EPOCH_OFFSET 946684800UL
#define TZONE_OFFSET 7600UL
#define TZONE_OFFSET 7200UL
static mp_obj_t time_set_time(mp_obj_t secs)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment