Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ utc_offset
Function
utc_offset
freebsd/kern/subr_clock.c:381–386 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
379
}
380
381
int
382
utc_offset(void)
383
{
384
385
return (wall_cmos_clock ? adjkerntz : 0);
386
}
Callers
5
settime_task_func
Function · 0.85
read_clocks
Function · 0.85
kern_clock_settime
Function · 0.85
timespec2fattime
Function · 0.85
fattime2timespec
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected