MCPcopy
hub / github.com/aiming-lab/MetaClaw / _utc_now_iso

Function _utc_now_iso

metaclaw/memory/self_upgrade.py:15–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14
15def _utc_now_iso() -> str:
16 return datetime.now(timezone.utc).isoformat(timespec="seconds")
17
18
19def _parse_iso_timestamp(value: str) -> datetime | None:

Callers 15

_append_historyMethod · 0.70
_write_cycle_summaryMethod · 0.70
_enqueue_reviewMethod · 0.70
_append_review_eventMethod · 0.70
_migrateMethod · 0.70
_log_eventMethod · 0.70
list_activeMethod · 0.70
expire_staleMethod · 0.70
set_ttlMethod · 0.70
set_type_ttlMethod · 0.70
merge_memoriesMethod · 0.70
add_tagsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected