Page 1 of 1

convert twitter date and time to est

Posted: Tue Sep 08, 2015 2:22 am
by Vinny B

Hello I followed the twitter tutorial and it worked great. The only problem i have is the time stamp from twitter is wrong. Is it possible in mapping javascript to change the date/time from twitter to EST?

I tried a bunch of scripts but I always get NAN or Invalid Date.

Thank you


convert twitter date and time to est

Posted: Tue Sep 08, 2015 2:55 am
by Vinny B

I got this to work

var text = value;
var tweet = new Date(Date.parse(text.replace(/( +)/, ' UTC$1')));
return tweet;

but know it shows Mon Sep 07 2015 20:06:49 GMT-0400 (Eastern Daylight Time)

any ideas how to get ride of GMT-0400 (Eastern Daylight Time)?

thank you


convert twitter date and time to est

Posted: Tue Sep 08, 2015 7:31 pm
by Serhii Kulibaba

Hello Vinny,

You can use moment.js for that. E.g.:http://stackoverflow.com/questions/10...