Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
François Revol
firmware
Commits
0eadf1d3
Commit
0eadf1d3
authored
Aug 22, 2019
by
genofire
Browse files
fix(py): timezone workaroud
parent
0608bfdc
Changes
1
Hide whitespace changes
Inline
Side-by-side
pycardium/modules/utime.c
View file @
0eadf1d3
...
...
@@ -15,7 +15,7 @@
/* MicroPython has its epoch at 2000-01-01. Our RTC is in UTC */
#define EPOCH_OFFSET 946684800UL
#define TZONE_OFFSET 7
6
00UL
#define TZONE_OFFSET 7
2
00UL
static
mp_obj_t
time_set_time
(
mp_obj_t
secs
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment