michallenc commented on code in PR #9578:
URL: https://github.com/apache/nuttx/pull/9578#discussion_r1235803377


##########
libs/libc/time/lib_localtime.c:
##########
@@ -2801,6 +2801,11 @@ void tzset(void)
   nxrmutex_unlock(&g_lcl_lock);
 }
 
+void tzreset(void)

Review Comment:
   Where do we have second implementation of local time? As far as I was able 
to find` localtime_r` is also defined in `lib_gmtimer.c` but that is used only 
if `CONFIG_LIBC_LOCALTIME` is not set (and it isnt really localtime).



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to