Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
15
def
_utc_now_iso() -> str:
16
return
datetime.now(timezone.utc).isoformat(timespec=
"seconds"
)
17
18
19
def
_parse_iso_timestamp(value: str) -> datetime | None:
Callers
15
_append_history
Method · 0.70
_write_cycle_summary
Method · 0.70
_enqueue_review
Method · 0.70
_append_review_event
Method · 0.70
_migrate
Method · 0.70
_log_event
Method · 0.70
list_active
Method · 0.70
expire_stale
Method · 0.70
set_ttl
Method · 0.70
set_type_ttl
Method · 0.70
merge_memories
Method · 0.70
add_tags
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected