pkarashchenko commented on code in PR #9578: URL: https://github.com/apache/nuttx/pull/9578#discussion_r1235720105
########## libs/libc/time/lib_localtime.c: ########## @@ -2801,6 +2801,11 @@ void tzset(void) nxrmutex_unlock(&g_lcl_lock); } +void tzreset(void) Review Comment: This seems to be a non-standard API (not defined by POSIX). If I recall correctly we have two implementations of localtime, so from an API perspective it should be compatible with each other -- 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]
