Closed
Description
Summary:
Currently GNSS time is formatted as follows:
SimpleDateFormat mDateFormat = new SimpleDateFormat(
DateFormat.is24HourFormat(Application.get().getApplicationContext())
? "HH:mm:ss" : "hh:mm:ss a");
It should be formatted in the default locale.
Note to myself - I need to look at #117 for the history of this.
Related to request for Settings to toggle 24 hours format - #358.
Steps to reproduce:
Look at time in Status
Expected behavior:
Show time in my default locale
Observed behavior:
Time is formatted as above
Device and Android version:
N/A