I am trying to send data to graphite carbon-cache process on port 2003 using
Ubuntu terminal:
echo "test.average 4 `date +%s`" | nc -q0 127.0.0.1
Using momentjs:
The following two variables have the same value:-
console.log(moment().format('X')) console.log(moment.utc().format('X'))
Using Date() built-in:
console.log(new Date().getTime()) // including fractional seconds console.log(Math.floor(new Date().getTime()/1000)) // up to seconds