Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
def
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_env
Function · 0.85
rust.py
File · 0.85
Calls
1
info
Function · 0.90
Tested by
no test coverage detected