Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/AutoMaker-Org/automaker
/ formatTimestamp
Function
formatTimestamp
libs/utils/src/logger.ts:86–88 ·
view source on GitHub ↗
* Format ISO timestamp
()
Source
from the content-addressed store, hash-verified
84
* Format ISO timestamp
85
*/
86
function
formatTimestamp(): string {
87
return
new
Date().toISOString();
88
}
89
90
/**
91
* Format short time
for
browser (HH:mm:ss.SSS)
Callers
1
formatNodeLog
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected