Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ localtime
Function
localtime
components/libc/compilers/common/ctime.c:226–230 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
224
RTM_EXPORT(localtime_r);
225
226
struct tm* localtime(const time_t* t)
227
{
228
static struct tm tmp;
229
return localtime_r(t, &tmp);
230
}
231
RTM_EXPORT(localtime);
232
233
time_t mktime(struct tm * const t)
Callers
6
ctime
Function · 0.85
pncrypt_setkey
Function · 0.85
pncrypt_setkey
Function · 0.85
_set_rtc_time_stamp
Function · 0.85
rtc_control
Function · 0.85
slcd_demo_hook
Function · 0.85
Calls
1
localtime_r
Function · 0.85
Tested by
no test coverage detected