MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / today_utc_iso

Function today_utc_iso

scripts/prepare-release.py:81–83  ·  view source on GitHub ↗

YYYY-MM-DD in UTC, matching the existing CHANGELOG date format.

()

Source from the content-addressed store, hash-verified

79
80
81def today_utc_iso() -> str:
82 """YYYY-MM-DD in UTC, matching the existing CHANGELOG date format."""
83 return datetime.datetime.now(datetime.timezone.utc).date().isoformat()
84
85
86def parse_changelog(text: str):

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected