Skip to content

Commit

Permalink
FIX: ensures post-small-action is using timezone to display dates
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaffeux authored and tgxworld committed May 29, 2019
1 parent 3a1d995 commit 76569b2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -109,7 +109,7 @@ export default createWidget("post-small-action", {

const description = actionDescriptionHtml(
attrs.actionCode,
attrs.created_at,
new Date(attrs.created_at),
attrs.actionCodeWho
);
contents.push(new RawHtml({ html: `<p>${description}</p>` }));
Expand Down

0 comments on commit 76569b2

Please sign in to comment.