A simple lightweight library for converting unix epoch timestamps into various readable formats
npm i epoch-to-human-readable
or
yarn add epoch-to-human-readable
import convertEpoch from 'epoch-to-human-readable'
convertEpoch(1451538000) // "12/31/15 12:00 AM EST"