MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / modSetTimeZone

Function modSetTimeZone

xs/platforms/pico/xsHost.c:258–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258void modSetTimeZone(int32_t timeZoneOffset)
259{
260 gTimeZoneOffset = timeZoneOffset;
261}
262
263int32_t modGetTimeZone(void)
264{

Callers 1

doRemoteCommandFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected