MCPcopy
hub / github.com/MetapriseAI/OrgKernel / _now_utc

Function _now_utc

src/orgkernel/services/agent_identity_service.py:162–163  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

160
161
162def _now_utc() -> datetime:
163 return datetime.now(timezone.utc)
164
165
166# ── AgentIdentityService ──────────────────────────────────────────────────────

Callers 5

issue_from_csrMethod · 0.70
verifyMethod · 0.70
request_challengeMethod · 0.70
verify_challengeMethod · 0.70
revokeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected