nuttx/libc/time
2017-02-10 10:04:56 -06:00
..
Kconfig libc/Kconfig: Use menus vs. comments to better organize the C library menus 2017-02-10 10:04:56 -06:00
lib_asctime.c
lib_asctimer.c
lib_calendar2utc.c Correct clock initialization. The correct range for the month is 0-11 but is entered as 1-12 in the .config file 2016-10-27 08:32:23 -06:00
lib_ctime.c
lib_ctimer.c
lib_dayofweek.c
lib_daysbeforemonth.c Correct time initialization for the case where time is initialized from settings in the .config file. The correct range for month (tm_mon) internally is 0-11, not 1-12 as it is in the .config file. 2016-10-27 08:36:24 -06:00
lib_difftime.c
lib_gettimeofday.c
lib_gmtime.c
lib_gmtimer.c Correct time initialization for the case where time is initialized from settings in the .config file. The correct range for month (tm_mon) internally is 0-11, not 1-12 as it is in the .config file. 2016-10-27 08:36:24 -06:00
lib_isleapyear.c
lib_localtime.c
lib_mktime.c
lib_settimeofday.c
lib_strftime.c
lib_time.c
Make.defs