MCPcopy Create free account
hub / github.com/aws/amazon-q-developer-cli / build_datetime

Function build_datetime

scripts/rust.py:25–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23
24@cache
25def build_datetime() -> str:
26 build_time = datetime.now(timezone.utc).isoformat()
27 info("build_time =", build_time)
28 return build_time
29
30
31@cache

Callers 2

rust_envFunction · 0.85
rust.pyFile · 0.85

Calls 1

infoFunction · 0.90

Tested by

no test coverage detected