diff --git a/webapp/components/post_view/components/post_list.jsx b/webapp/components/post_view/components/post_list.jsx index 3584e9923c..5ff95477b6 100644 --- a/webapp/components/post_view/components/post_list.jsx +++ b/webapp/components/post_view/components/post_list.jsx @@ -354,7 +354,7 @@ export default class PostList extends React.Component { /> ); - const currentPostDay = Utils.getDateForUnixTicks(post.create_at); + const currentPostDay = new Date(Utils.getDateForUnixTicks(post.create_at).setUTCHours(0, 0, 0, 0)); if (currentPostDay.toDateString() !== previousPostDay.toDateString()) { postCtls.push(