how can the {item.time} background time in this code be converted into standard time if it is a string of numbers?
const dataSource = auditRuleList ? (auditRuleList.result && Array.isArray(auditRuleList.result))?auditRuleList.result.map((item,index)=><Step
key={item.id} title={item.name} description={item.time} />) :[]:[];
![][1]