MCPcopy 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
761void modSetTimeZone(int32_t timeZoneOffset)
762{
763 gTimeZoneOffset = timeZoneOffset;
764 updateTZ();
765}
766
767int32_t modGetTimeZone(void)
768{

Callers 3

doRemoteCommandFunction · 0.70
xs_time_timezone_setFunction · 0.50
xs_time_timezone_setFunction · 0.50

Calls 1

updateTZFunction · 0.85

Tested by

no test coverage detected