The background time in the react.js code is a string of numbers. How can it be converted into standard time?

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]


what does a string of numbers mean? Time stamp? If it is a timestamp, define the formatting function formater, in advance when writing description= {() = > this.formater (item.time)}

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b35c76-41000.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b35c76-41000.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?