Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
144
int32_t rt_tz_get(void)
145
{
146
return _current_tz_offset_sec;
147
}
148
149
int8_t rt_tz_is_dst(void)
150
{
Callers
5
rt_alarm_dump
Function · 0.85
date
Function · 0.85
localtime_r
Function · 0.85
mktime
Function · 0.85
gettimeofday
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected