mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
localtime: Default zoneinfo directory is /etc/zoneinfo instead of /usr/local/etc/zoneinfo which results in a longer pathname than the default 32 characer MAX
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
#ifdef CONFIG_LIBC_TZDIR
|
||||
# define TZDIR CONFIG_LIBC_TZDIR
|
||||
#else
|
||||
# define TZDIR "/usr/local/etc/zoneinfo"
|
||||
# define TZDIR "/etc/zoneinfo"
|
||||
#endif
|
||||
|
||||
/* Time definitions *********************************************************/
|
||||
|
||||
Reference in New Issue
Block a user