javascript - Node.js posting date wrong -


i'm posting date elasticsearch , i'n using date.now()

var unixtime = date.now(); 

i'm getting output this: 1373508091156

then use this:

var date = new date(unixtime*1000); 

the output this:

thu sep 27 45494 05:19:16 gmt-0400 (edt) 

i'm not sure why i'm getting wrong date :/

stop multiplying 1,000. problem solved.


Comments

Popular posts from this blog

javascript - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

javascript - Chart.js - setting tooltip z-index -