diff --git a/src/components/main/MainFeed.tsx b/src/components/main/MainFeed.tsx index 460d70d3..6b02c070 100644 --- a/src/components/main/MainFeed.tsx +++ b/src/components/main/MainFeed.tsx @@ -64,7 +64,7 @@ const Post = ({ {t("ago", { time: date.dayjs .duration( - date.dayjs(post?.createdAt).diff(date.dayjs(), "minute"), + date.dayjs(post?.createdAt).tz().diff(date.dayjs(), "minute"), "minute", ) .humanize(),