MCPcopy 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
25export function timestampReadable(timestamp: string) {
26 return format(parseInt(timestamp), 'yyyy-MM-dd HH:mm:ss zzz');
27}

Callers 3

listAirnodesFunction · 0.90
deploymentInfoFunction · 0.90
cli.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected