pavelk2 / social-feed

JavaScript plugin that shows a user feed from the most popular social networks
http://pavelk2.github.io/social-feed-example/
MIT License
962 stars 304 forks source link

parse datetime string for IE #204

Closed stillatmylinux closed 8 years ago

stillatmylinux commented 8 years ago

Internet Explorer does not parse the datetime string in the format Twitter provides.

new Date('Thu Aug 11 18:55:34 +0000 2016');

martijngastkemper commented 8 years ago

This problem is solved by #212. That uses Moment date parsing.