Relative date stops showing specific date after "a month ago"

I have several posts on my app, kind of like blog posts, set to display newest to oldest based on creation date.

I’ve noticed they all now just say “a month ago”. That notation even appears in the database itself.

They’re appearing in the correct order, but the specific creation date doesn’t display.

Is there a way to change this? What’s the point of offering a relative date option if there’s no way to distinguish the relativity?

Hi @MikesClub,

I guess when “relativity” is over a month, then month become a unit of measurement. Here is a quick example I’ve just made (for “date” and “datetime” property types):
Screenshot 2022-02-15 at 10.36.15

And then it becomes “a year ago”, “2 years ago”, “3 years ago”.

Best,
Victor.