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

Function xs_time_timezone_set

modules/base/time/zephyr/modTime.c:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void xs_time_timezone_set(xsMachine *the)
39{
40 int32_t seconds = xsmcToInteger(xsArg(0));
41 modSetTimeZone(seconds);
42}
43
44void xs_time_dst_get(xsMachine *the)
45{

Callers

nothing calls this directly

Calls 1

modSetTimeZoneFunction · 0.50

Tested by

no test coverage detected