Skip to content
Snippets Groups Projects
Commit a1c6a87b authored by schneider's avatar schneider
Browse files

fix(utime): change time zone from CEST to CET

parent c7e40e27
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,9 @@
/* MicroPython has its epoch at 2000-01-01. Our RTC is in UTC */
#define EPOCH_OFFSET 946684800UL
#define TZONE_OFFSET 7200UL
/* Fixed time zone: CET */
#define TZONE_OFFSET 3600UL
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