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

Function _utc_now

src/core/system_selfcheck.py:73–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71
72
73def _utc_now() -> datetime:
74 return utcnow_naive()
75
76
77def _now_iso() -> str:

Callers 8

_now_isoFunction · 0.70
_check_payment_pipelineFunction · 0.70
execute_selfcheck_runFunction · 0.70
_build_repair_snapshotFunction · 0.70
_build_preview_itemFunction · 0.70
run_repair_actionFunction · 0.70

Calls 1

utcnow_naiveFunction · 0.85

Tested by

no test coverage detected