Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UTF-8 and Date Format #30

Open
Andymulb opened this issue May 2, 2020 · 1 comment
Open

UTF-8 and Date Format #30

Andymulb opened this issue May 2, 2020 · 1 comment

Comments

@Andymulb
Copy link

Andymulb commented May 2, 2020

Hi, is it possible to convert the title and body of a RSS to UTF-8 and is is possible to change the date format to e.g. DD/MM/YYYY hh:mm?

Screenshot 2020-05-02 at 20 21 45

Screenshot 2020-05-02 at 20 21 51

@And96
Copy link

And96 commented Oct 3, 2022

DateTime is simple a dateTime data. You can format it.

The problem is that timezone is wrong in webFeed. Not all site are english

E.g:
Sun, 2 Oct 2022 12:11:52 +0200

Example formatting:

Text( (DateFormat('dd/MM/yyyy HH:mm').format(Utility() .tryParse(item .pubDate ) .toLocal())),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants