MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / rt_tz_is_dst

Function rt_tz_is_dst

components/libc/compilers/common/ctime.c:149–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149int8_t rt_tz_is_dst(void)
150{
151 return 0U; /* TODO */
152}
153#endif /* RT_LIBC_USING_LIGHT_TZ_DST */
154
155struct tm *gmtime_r(const time_t *timep, struct tm *r)

Callers 1

gmtime_rFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected