Freshrss: Date/Time Formatting Enhancements

Created on 29 May 2015  路  10Comments  路  Source: FreshRSS/FreshRSS

Two simple suggestions for the date/time formatting:

  • Add support for 12-hour time
  • Add support for local time
Extension UI Vote to close good first issue help wanted

Most helpful comment

Note that where it says

<li class="item date">September 1<sup>st</sup> 2017 at 14:56&nbsp;</li>

It should be changed to something like
```html

  •  
  • Then you can easily do whatever you want with it.

    All 10 comments

    @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&nbsp;</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

    Was this page helpful?
    0 / 5 - 0 ratings

    Related issues

    Stegemueller picture Stegemueller  路  3Comments

    linuxacademysickpig picture linuxacademysickpig  路  3Comments

    Paxistatis picture Paxistatis  路  3Comments

    Alkarex picture Alkarex  路  5Comments

    Glaived picture Glaived  路  5Comments