Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ gmtime
Function
gmtime
components/libc/compilers/common/ctime.c:207–211 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
205
RTM_EXPORT(gmtime_r);
206
207
struct tm* gmtime(const time_t* t)
208
{
209
static struct tm tmp;
210
return gmtime_r(t, &tmp);
211
}
212
RTM_EXPORT(gmtime);
213
214
struct tm* localtime_r(const time_t* t, struct tm* r)
Callers
4
file_write_http_header
Function · 0.85
file_write_http_header
Function · 0.85
set_rtc_time_stamp
Function · 0.85
set_rtc_time_stamp
Function · 0.85
Calls
1
gmtime_r
Function · 0.70
Tested by
no test coverage detected