Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
void xs_time_timezone_set(xsMachine *the)
39
{
40
int32_t seconds = xsmcToInteger(xsArg(0));
41
modSetTimeZone(seconds);
42
}
43
44
void xs_time_dst_get(xsMachine *the)
45
{
Callers
nothing calls this directly
Calls
1
modSetTimeZone
Function · 0.50
Tested by
no test coverage detected