Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/api3dao/airnode
/ timestampReadable
Function
timestampReadable
packages/airnode-deployer/src/utils/cli.ts:25–27 ·
view source on GitHub ↗
(timestamp: string)
Source
from the content-addressed store, hash-verified
23
}
24
25
export
function
timestampReadable(timestamp: string) {
26
return
format(parseInt(timestamp),
'yyyy-MM-dd HH:mm:ss zzz'
);
27
}
Callers
3
listAirnodes
Function · 0.90
deploymentInfo
Function · 0.90
cli.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected