nuttx/libs/libc/time
Alan Carvalho de Assis 95f131c3c2 lib_strftime: Fix %I to avoid printing 00:xx AM/PM
Currently strftime is printing 00:00 AM and 00:00 PM instead of
12:00 AM and 12:00 PM when using %I.

This commit fixes this issue!
2023-06-21 12:18:00 +08:00
..
Kconfig
lib_asctime.c
lib_asctimer.c nuttx: replace all ARRAY_SIZE()/ARRAYSIZE() to nitems() 2023-02-09 20:05:44 +08:00
lib_calendar2utc.c libs/libc/time: fix regression in clock_calendar2utc 2022-10-28 10:21:05 +08:00
lib_ctime.c
lib_ctimer.c
lib_dayofweek.c
lib_daysbeforemonth.c
lib_difftime.c
lib_gethrtime.c
lib_gettimeofday.c
lib_gmtime.c
lib_gmtimer.c libs/libc/time: mktime normalize struct tm 2022-10-27 21:22:08 +08:00
lib_isleapyear.c
lib_localtime.c change strcpy to strlcpy 2023-02-24 12:15:40 +08:00
lib_nanosleep.c
lib_settimeofday.c libc/settimeofday: correct prototype of settimeofday() 2023-03-21 11:16:30 -03:00
lib_strftime.c lib_strftime: Fix %I to avoid printing 00:xx AM/PM 2023-06-21 12:18:00 +08:00
lib_strptime.c semantic/parser: fix compile warning found by sparse 2023-05-30 23:00:00 +08:00
lib_time.c
lib_timegm.c libs/libc/time: mktime normalize struct tm 2022-10-27 21:22:08 +08:00
lib_timespec_get.c
Make.defs