Skip to content

Instantly share code, notes, and snippets.

function getRandomPayload() {
return {
ts: new Date().valueOf(),
date: {
epoc: new Date().valueOf(),
iso: new Date().toISOString(),
local: new Date().toString(),
utc: new Date().toUTCString()
},
float: Math.random(),