MCPcopy Create free account
hub / github.com/Tron521/codex-console-temp / formatSchedulerTime

Function formatSchedulerTime

static/js/accounts.js:441–446  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

439}
440
441function formatSchedulerTime(value) {
442 if (!value) return '-';
443 const date = new Date(value);
444 if (Number.isNaN(date.getTime())) return '-';
445 return date.toLocaleString('zh-CN');
446}
447
448function renderAutoQuickRefreshRuntime(runtime) {
449 const info = runtime || {};

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected