icykoneko / ff14-fish-tracker-app

FF14 Fish Tracker App
https://ff14fish.carbuncleplushy.com
MIT License
61 stars 21 forks source link

Detailed relative time formatting, and/or use of `Intl` API? #116

Open hibiyasleep opened 2 years ago

hibiyasleep commented 2 years ago

Can be relatively-formatted times to be more detailed, like In 1h 43m? In 1 hours is too rough, as we have some fishes recurring inside our single hour. (Inti.RelativeTimeFormat API could be utilized for this for better localizations, and per-user configuration.)

In addition, I with Date Formats (Tomorrow at 12:30 AM) also available in 24-hour format, much better if this could follow user's system configurations.