MCPcopy Create free account
hub / github.com/CleverProgrammers/facebook-solana-blockchain / clockToDateString

Function clockToDateString

components/Post.js:42–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }, [comments])
41
42 const clockToDateString = timestamp =>
43 timeAgo.format(new Date(timestamp.toNumber() * 1000), 'twitter-now')
44
45 const postDetail = async () => {
46 const result = await viewDetail(post.index, post)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected