mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-26 15:03:53 +01:00
native/rtc: avoid dealing with DST
This commit is contained in:
parent
febfa5bc62
commit
72213ec99a
@ -154,6 +154,9 @@ int rtc_get_time(struct tm *ttime)
|
||||
}
|
||||
_native_syscall_leave();
|
||||
|
||||
/* riot does not handle dst */
|
||||
ttime->tm_isdst=0;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user