MCPcopy Create free account
hub / github.com/Semporia/Scripts / getTs

Function getTs

jd_live.js:81–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79}
80
81function getTs() {
82 return new Date().getTime() + new Date().getTimezoneOffset() * 60 * 1000 + 8 * 60 * 60 * 1000
83}
84function showMsg() {
85 return new Promise(resolve => {
86 if (!jdNotify) {

Callers 1

awardTaskFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected