Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/github/awesome-copilot
/ _now_iso
Function
_now_iso
skills/mini-context-graph/scripts/tools/wiki_store.py:50–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
49
50
def
_now_iso() -> str:
51
return
datetime.now(timezone.utc).strftime(
"%Y-%m-%d"
)
52
53
54
def
_slug(title: str) -> str:
Callers
1
write_page
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected