diff --git a/web/react/components/posts_view.jsx b/web/react/components/posts_view.jsx
index ebe19abad3..19ab7d5aa3 100644
--- a/web/react/components/posts_view.jsx
+++ b/web/react/components/posts_view.jsx
@@ -535,7 +535,15 @@ function FloatingTimestamp({isScrolling, post}) {
return ;
}
- const dateString = Utils.getDateForUnixTicks(post.create_at).toDateString();
+ const dateString = (
+
+ );
let className = 'post-list__timestamp';
if (isScrolling) {