Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ modSetTimeZone
Function
modSetTimeZone
xs/platforms/esp/xsHost.c:761–765 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
759
#endif
760
761
void modSetTimeZone(int32_t timeZoneOffset)
762
{
763
gTimeZoneOffset = timeZoneOffset;
764
updateTZ();
765
}
766
767
int32_t modGetTimeZone(void)
768
{
Callers
3
doRemoteCommand
Function · 0.70
xs_time_timezone_set
Function · 0.50
xs_time_timezone_set
Function · 0.50
Calls
1
updateTZ
Function · 0.85
Tested by
no test coverage detected