nuttx/sched/clock
Xiang Xiao ae9b5fd306 Replace mktime with timegm in rtc and fs driver
since kernel component should use UTC instead local time

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: Icf939e1ab0af8e577105f539d2553bc67b3b3d10
2021-06-23 13:43:32 -03:00
..
clock_abstime2ticks.c
clock_dow.c
clock_getres.c
clock_gettime.c sched: Don't include nuttx/sched.h inside sched.h 2021-05-24 12:11:53 +09:00
clock_initialize.c Replace mktime with timegm in rtc and fs driver 2021-06-23 13:43:32 -03:00
clock_settime.c
clock_systime_ticks.c
clock_systime_timespec.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
clock_ticks2time.c
clock_time2ticks.c Include assert.h in necessary place 2021-06-08 13:06:08 -07:00
clock_timekeeping.c sched: update licenses to Apache 2021-05-25 08:46:53 -05:00
clock_timekeeping.h sched: update licenses to Apache 2021-05-25 08:46:53 -05:00
clock_timespec_add.c
clock_timespec_subtract.c
clock.c
clock.h
Make.defs