MCPcopy
hub / github.com/Gracker/awesome-android-ai-dev-sources / today

Function today

process_candidates.py:75–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73
74
75def today() -> str:
76 return datetime.now(ZoneInfo("Asia/Shanghai")).date().isoformat()
77
78
79def load_json(path: Path) -> dict[str, Any]:

Callers 3

process_candidatesFunction · 0.85
generate_readmeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected