nuttx/libs/libc/time
chao.an b8fa1e51d8 time/tm: add "tm_zone" member into tm
base/time/time_exploded_posix.cc:190:14: error: ‘struct tm’ has no member named ‘tm_zone’; did you mean ‘tm_mon’?
  190 |   timestruct.tm_zone = nullptr;  // not a POSIX field, so mktime/timegm ignore
      |              ^~~~~~~
      |              tm_mon

Change-Id: I9f93e63b50c0692a7a2bfc47abd9d07aa2c8e8db
Signed-off-by: chao.an <anchao@xiaomi.com>
2020-09-18 20:03:05 -07:00
..
Kconfig
lib_asctime.c
lib_asctimer.c
lib_calendar2utc.c
lib_ctime.c libc: Don't define localtime[_r] to macro when CONFIG_LIBC_LOCALTIME not define 2020-07-19 19:35:21 -07:00
lib_ctimer.c libc: Don't define localtime[_r] to macro when CONFIG_LIBC_LOCALTIME not define 2020-07-19 19:35:21 -07:00
lib_dayofweek.c
lib_daysbeforemonth.c
lib_difftime.c
lib_gethrtime.c libs/libc/time: add gethrtime() support 2020-09-15 10:28:21 -03:00
lib_gettimeofday.c
lib_gmtime.c libc: Don't define localtime[_r] to macro when CONFIG_LIBC_LOCALTIME not define 2020-07-19 19:35:21 -07:00
lib_gmtimer.c time/tm: add "tm_zone" member into tm 2020-09-18 20:03:05 -07:00
lib_isleapyear.c
lib_localtime.c time/tm: add "tm_zone" member into tm 2020-09-18 20:03:05 -07:00
lib_mktime.c
lib_nanosleep.c
lib_settimeofday.c
lib_strftime.c
lib_time.c
lib_timespec_get.c
Make.defs libs/libc/time: add gethrtime() support 2020-09-15 10:28:21 -03:00