nuttx/libs/libc/time
Xiang Xiao 6670bc2b27 libc/time: Implement tm::tm_gmtoff field
defined by BSD and GNU library extension:
https://www.gnu.org/software/libc/manual/html_node/Broken_002ddown-Time.html

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: I33113bc322f038a3602880db4fb9cf93001947ac
2020-08-21 07:48:52 -03:00
..
Kconfig Remove TIME_EXTENDED option to more conform C standard 2020-01-23 08:17:22 -06:00
lib_asctime.c Remove TIME_EXTENDED option to more conform C standard 2020-01-23 08:17:22 -06:00
lib_asctimer.c Remove TIME_EXTENDED option to more conform C standard 2020-01-23 08:17:22 -06:00
lib_calendar2utc.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
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 Remove TIME_EXTENDED option to more conform C standard 2020-01-23 08:17:22 -06:00
lib_daysbeforemonth.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
lib_difftime.c This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
lib_gettimeofday.c This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
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 libc/time: Implement tm::tm_gmtoff field 2020-08-21 07:48:52 -03:00
lib_isleapyear.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
lib_localtime.c libc/time: Implement tm::tm_gmtoff field 2020-08-21 07:48:52 -03:00
lib_mktime.c This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
lib_nanosleep.c This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
lib_settimeofday.c This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
lib_strftime.c Remove TIME_EXTENDED option to more conform C standard 2020-01-23 08:17:22 -06:00
lib_time.c This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
lib_timespec_get.c libc: Refine the inline handling 2020-07-04 11:10:29 +09:00
Make.defs libc: Refine the inline handling 2020-07-04 11:10:29 +09:00