import React from "react"; const Block = (obj) => { const thisEpoch = obj.time; var dateObj = new Date(0); dateObj.setUTCSeconds(thisEpoch); const [thisDate, thisTime] = dateObj.toISOString().split('T'); return (
📅{thisDate} - {thisTime.split('.')[0]}