Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/openai/openai-agents-python
/ _timestamp
Function
_timestamp
examples/tools/codex.py:93–94 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
91
92
93
def
_timestamp() -> str:
94
return
datetime.now().strftime(
"%Y-%m-%d %H:%M:%S"
)
95
96
97
def
log(message: str) -> None:
Callers
1
log
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected