nuttx/libs/libc/time
wangbowen6 8b84d19771 lib_localtime: gmtime_r should get right time in OS init process
Enable CONFIG_LIBC_LOCALTIME,CONFIG_RTC and CONFIG_SCHED_TICKLESS
In os clock init process, clock_initialize() --> ... -->
sim_rtc_rdtime() --> gmtime_r() --> gmtsub() --> return NULL
get the error rtctime.

Signed-off-by: wangbowen6 <wangbowen6@xiaomi.com>
2022-10-19 10:27:52 +08:00
..
Kconfig
lib_asctime.c
lib_asctimer.c
lib_calendar2utc.c
lib_ctime.c
lib_ctimer.c
lib_dayofweek.c
lib_daysbeforemonth.c
lib_difftime.c
lib_gethrtime.c
lib_gettimeofday.c Fix compiler warnings (-Wunused-parameter) in various functions 2022-07-12 11:42:34 +08:00
lib_gmtime.c
lib_gmtimer.c
lib_isleapyear.c
lib_localtime.c lib_localtime: gmtime_r should get right time in OS init process 2022-10-19 10:27:52 +08:00
lib_nanosleep.c
lib_settimeofday.c Fix compiler warnings (-Wunused-parameter) in various functions 2022-07-12 11:42:34 +08:00
lib_strftime.c libs/libc/time: update description of strftime 2022-03-28 00:30:53 +08:00
lib_strptime.c Remove the unnessary empty line after label 2022-09-30 17:54:56 +02:00
lib_time.c
lib_timegm.c
lib_timespec_get.c
Make.defs libc/time: add strptime porting support 2022-04-13 10:16:42 +08:00