MCPcopy 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
213void modSetTime(uint32_t seconds)
214{
215 uint32_t ms;
216 ms = modMilliseconds();
217
218 gTimeOfDayOffset = seconds - (ms / 1000);
219}
220
221void modSetTimeZone(int32_t timeZoneOffset)
222{

Callers 1

doRemoteCommandFunction · 0.70

Calls 1

modMillisecondsFunction · 0.85

Tested by

no test coverage detected