mirror of
https://github.com/apache/nuttx.git
synced 2026-08-08 22:17:18 +00:00
When loading a zoneinfo file fails, parse a non-colon-prefixed TZ value as a POSIX timezone string. Treat a successful tzparse() result as success while preserving the leading-colon file-only behavior. Assisted-by: Codex:gpt-5.6 Sol Signed-off-by: hanzhijian <hanzhijian@zepp.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Kconfig | ||
| lib_asctime.c | ||
| lib_asctimer.c | ||
| lib_calendar2utc.c | ||
| 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 | ||
| lib_isleapyear.c | ||
| lib_localtime.c | ||
| lib_nanosleep.c | ||
| lib_settimeofday.c | ||
| lib_strftime.c | ||
| lib_strptime.c | ||
| lib_time.c | ||
| lib_timegm.c | ||
| lib_timespec_get.c | ||
| Make.defs | ||