MCPcopy Create free account
hub / github.com/T0UGH/codex-self-evolution-plugin / utc_now

Function utc_now

src/codex_self_evolution/storage.py:45–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43
44
45def utc_now() -> datetime:
46 return datetime.now(UTC)
47
48
49def atomic_write_json(path: Path, payload: object) -> None:

Calls

no outgoing calls