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

Method tz

contributed/modClock/prefs.js:113–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111 set pass(v) { this._pass = v; Preference.set(PREF_WIFI, "password", this._pass); }
112
113 get tz() { return this._tz; }
114 set tz(v) {
115 if (this._tz != v|0) {
116 this._tz = v|0;

Callers

nothing calls this directly

Calls 2

setMethod · 0.65
fetchTimeMethod · 0.45

Tested by

no test coverage detected