Skip to content
Snippets Groups Projects
Commit 51892708 authored by rahix's avatar rahix
Browse files

Merge 'Change time zone from CEST to CET'

See merge request !353
parents a4fefd7e a1c6a87b
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,9 @@ ...@@ -16,7 +16,9 @@
/* MicroPython has its epoch at 2000-01-01. Our RTC is in UTC */ /* MicroPython has its epoch at 2000-01-01. Our RTC is in UTC */
#define EPOCH_OFFSET 946684800UL #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) 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