diff --git a/libs/libc/time/Kconfig b/libs/libc/time/Kconfig index d3be629685..d1e8cfd2aa 100644 --- a/libs/libc/time/Kconfig +++ b/libs/libc/time/Kconfig @@ -18,7 +18,7 @@ config LIBC_LOCALTIME environment variable TZ must be set to the name of that timezone file when tzset() is called. - See https://www.iana.org/time-zones . See also nuttx/zoneinfo + See https://www.iana.org/time-zones . See also libs/libc/zoneinfo which provides a framework for incorporating the TZ database into a NuttX build. diff --git a/libs/libc/zoneinfo/README.txt b/libs/libc/zoneinfo/README.txt index a81bb1ef8c..8d0ef674b7 100644 --- a/libs/libc/zoneinfo/README.txt +++ b/libs/libc/zoneinfo/README.txt @@ -1,4 +1,4 @@ -apps/system/zoneinfo/README.txt +libs/libc/zoneinfo/README.txt Author: Gregory Nutt Directory Contents @@ -68,7 +68,7 @@ Select the above localtime() and nuttx/zoneinfo configuration settings. Then: make context - cd ../nuttx/zoneinfo/tzbin/etc/zoneinfo + cd ../nuttx/libs/libc/zoneinfo/tzbin/usr/share/zoneinfo Remove as many timezone files as you can. Do not remove the GMT, localtime, or posixrules files. Those might be needed in any event. Then you can