Closed Kimutua closed 8 years ago
Refer to this pull request https://github.com/pavelk2/social-feed/pull/204
i've fixed it changing the line 272 from
post.dt_create = moment(new Date(element.created_at));
to
post.dt_create = moment(element.created_at, 'dd MMM DD HH:mm:ss ZZ YYYY');
@HartLarsson Thanks soo much for the solution. It works great.
Thanks guys, works perfectly.
Solved by merging #212
Assist debug a fore mentioned, this only happens on internet explorer.