Press n or j to go to the next uncovered block, b, p or k for the previous block.
export function getTimeStamp(date: string): number { return date ? Date.now() - new Date(date).getTime() : 0; }