Closed pacjo closed 1 year ago
default the time format to the one used system wide
Well, it already should work like this... 🤔 Which region is your Android set to?
You're right, I've found the issue:
unsupported languages will actually fallback to en-US
... which has AM/PM as datetime format.
Need to find a better way to support all datetime formats or, as last resort, add a format selector setting.
Sorry for late reply. I'm glad you found the issue.
Which region is your Android set to?
Language: en-UK, time zone GMT+2 (CEST)
Fixed code by using native WebView Intl.* libraries to format dates & numbers in (almost) any language supported by Android.
You'll find the fix in version 0.0.8
Even though time in metadata files is in 24h format, bcr-gui will show it in 12h format.
Please add an option to change it, or better yet default the time format to the one used system wide.