Hi Flarum community!
I'm working on improving how post dates/time are displayed. Right now, I have the following:
If you're not from the USA (MMM D YYY),
< 30 days ago: Relative
30 days ago < DATE < 1 year: MMM D (if US), D MMM (if not US)
=> 1 year: MMM D, YYYY (if US), D MMM YYYY (if not US)
(as a side note, D means day (4, 15, 31, etc), MMM means month, abbreviated, and YYYY is a 4 digit year.
If you're not from the USA (MMM D YYY), and your country uses a date format other than (D MMM YYYY), please share so I can add that to my pull request!