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

Function rt_tz_get

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

Source from the content-addressed store, hash-verified

142}
143
144int32_t rt_tz_get(void)
145{
146 return _current_tz_offset_sec;
147}
148
149int8_t rt_tz_is_dst(void)
150{

Callers 5

rt_alarm_dumpFunction · 0.85
dateFunction · 0.85
localtime_rFunction · 0.85
mktimeFunction · 0.85
gettimeofdayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected