MCPcopy 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
221void modSetTimeZone(int32_t timeZoneOffset)
222{
223 gTimeZoneOffset = timeZoneOffset;
224}
225
226int32_t modGetTimeZone(void)
227{

Callers 1

doRemoteCommandFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected