Use Moment.js to convert Unix epoch time to human readable time May 29, 2023 by Tarik moment.unix(yourUnixEpochTime).format('dddd, MMMM Do, YYYY h:mm:ss A')