Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ modSetTimeZone
Function
modSetTimeZone
xs/platforms/nrf52/xsHost.c:221–224 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
219
}
220
221
void modSetTimeZone(int32_t timeZoneOffset)
222
{
223
gTimeZoneOffset = timeZoneOffset;
224
}
225
226
int32_t modGetTimeZone(void)
227
{
Callers
1
doRemoteCommand
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected