Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ modSetTime
Function
modSetTime
xs/platforms/nrf52/xsHost.c:213–219 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
211
}
212
213
void modSetTime(uint32_t seconds)
214
{
215
uint32_t ms;
216
ms = modMilliseconds();
217
218
gTimeOfDayOffset = seconds - (ms / 1000);
219
}
220
221
void modSetTimeZone(int32_t timeZoneOffset)
222
{
Callers
1
doRemoteCommand
Function · 0.70
Calls
1
modMilliseconds
Function · 0.85
Tested by
no test coverage detected