Two simple suggestions for the date/time formatting:
@jgeboski When you say local time, do you mean an option to specify the user's timezone that is different than the timezone on the server hosting this user? Currently (if there is no mistake), the time is shown according to the timezone settings on the server hosting FreshRSS (php.ini, date.timezone).
Correct, I am referring to the time zone present within the browsing session.
I leave this here for information.
Note that where it says
<li class="item date">September 1<sup>st</sup> 2017 at 14:56 </li>
It should be changed to something like
```html
Then you can easily do whatever you want with it.
Good idea @Frenzie
@jgeboski I've just added an extension to customize how dates are displayed. It's available here. Let me know what you think.
The issue has been addressed, there is no feedback from @jgeboski. I think it's time we close this.
@aledeg You extension does not offer different time zone per user, does it? Maybe we could keep an issue for this aspect
@Alkarex You're right, it does not support different timezone per user. But this is not what was requested at the first place. I think you get confused with issue #2754.
This one is only about formatting the date. The other is for the timezone support.
Ok, let's continue in https://github.com/FreshRSS/FreshRSS/issues/2754 for the timezone part
Most helpful comment
Note that where it says
It should be changed to something like
```html
Then you can easily do whatever you want with it.