MCPcopy
hub / github.com/openai/plugins / now

Function now

plugins/codex-security/scripts/workbench_db.py:303–304  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

301
302
303def now() -> str:
304 return datetime.now(timezone.utc).isoformat().replace("+00:00", "Z")
305
306
307def stale_claim_before(seconds: int = CLAIM_LEASE_SECONDS) -> str:

Callers 15

apply_migrationsFunction · 0.85
create_workspaceFunction · 0.85
save_workspaceFunction · 0.85
set_capability_preflightFunction · 0.85
begin_diff_resolutionFunction · 0.85
cancel_diff_resolutionFunction · 0.85
set_diff_targetFunction · 0.85
start_scanFunction · 0.85
update_progressFunction · 0.85
complete_scan_lockedFunction · 0.85
fail_scanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected