DocMarty84 / miniflutt

Another Miniflux client.
MIT License
112 stars 16 forks source link

Display dates in local format #27

Closed pjbroad closed 1 year ago

pjbroad commented 1 year ago

Thanks for this app. Would it be possible to display dates for articles in the local format or at least ISO standard. For example British day/month/year rather than US month/day/year. Using the phones setting would be perfect.

DocMarty84 commented 1 year ago

Hello, thanks for the feedback. Changing to ISO is quite easy. I'll check what it would imply to use the phone settings.

For reference: https://api.flutter.dev/flutter/intl/DateFormat-class.html https://stackoverflow.com/questions/50923906/how-to-get-timezone-language-and-county-id-in-flutter-by-the-location-of-device

pjbroad commented 1 year ago

Sounds good. Did you decide whether to include this?

DocMarty84 commented 1 year ago

I just deployed a new version including this change :-)