Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
303
def
now() -> str:
304
return
datetime.now(timezone.utc).isoformat().replace(
"+00:00"
,
"Z"
)
305
306
307
def
stale_claim_before(seconds: int = CLAIM_LEASE_SECONDS) -> str:
Callers
15
apply_migrations
Function · 0.85
normalize_pre_release_migrations
Function · 0.85
create_workspace
Function · 0.85
save_workspace
Function · 0.85
set_capability_preflight
Function · 0.85
begin_diff_resolution
Function · 0.85
cancel_diff_resolution
Function · 0.85
set_diff_target
Function · 0.85
start_scan
Function · 0.85
update_progress
Function · 0.85
complete_scan_locked
Function · 0.85
fail_scan
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected