Parse unix timestamp (in milliseconds) to JS date object.
parseDateUnix(1616612130826) // "2021-03-24T18:55:30.826Z"
JavaScript Date object
Number representing unix timestamp in milliseconds
Generated using TypeDoc
Parse unix timestamp (in milliseconds) to JS date object.
Example
Returns
JavaScript Date object