@mcurros2/microm 1.1.141-0 → 1.1.142-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1960,7 +1960,7 @@ $a1f6b3ef69eb7cc7$var$_MicroMClient_API_URL = new WeakMap(), $a1f6b3ef69eb7cc7$v
|
|
|
1960
1960
|
}, $a1f6b3ef69eb7cc7$var$_MicroMClient_getTimeZoneOffset = function _MicroMClient_getTimeZoneOffset() {
|
|
1961
1961
|
return $a1f6b3ef69eb7cc7$var$__awaiter(this, arguments, void 0, function*(abort_signal = null) {
|
|
1962
1962
|
if (!$a1f6b3ef69eb7cc7$var$__classPrivateFieldGet(this, $a1f6b3ef69eb7cc7$var$_MicroMClient_TOKEN, "f")) return;
|
|
1963
|
-
const result = yield $a1f6b3ef69eb7cc7$var$__classPrivateFieldGet(this, $a1f6b3ef69eb7cc7$var$_MicroMClient_instances, "m", $a1f6b3ef69eb7cc7$var$_MicroMClient_submitToAPI).call(this, "SystemProcs", null,
|
|
1963
|
+
const result = yield $a1f6b3ef69eb7cc7$var$__classPrivateFieldGet(this, $a1f6b3ef69eb7cc7$var$_MicroMClient_instances, "m", $a1f6b3ef69eb7cc7$var$_MicroMClient_submitToAPI).call(this, "SystemProcs", null, {}, [], "proc", abort_signal, "sys_GetTimeZoneOffset");
|
|
1964
1964
|
if (isNaN(result)) {
|
|
1965
1965
|
console.warn("No timezone offset found, using default 0");
|
|
1966
1966
|
return 0;
|