MCPcopy Create free account
hub / github.com/Open-Quant/openquant / now_iso

Function now_iso

scripts/afml_docs_loop.py:86–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84
85
86def now_iso() -> str:
87 return datetime.now(tz=UTC).replace(microsecond=0).isoformat()
88
89
90def load_module_map() -> dict[str, str]:

Callers 4

build_stateFunction · 0.85
write_stateFunction · 0.85
cmd_exportFunction · 0.85
cmd_evidenceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected