redfish64 / TinyTravelTracker

Private Android GPS tracker
GNU General Public License v3.0
136 stars 31 forks source link

24-hour clock support #30

Open aleksejrs opened 8 years ago

aleksejrs commented 8 years ago

Currently, all times are shown with AM/PM. 24-hour clock is more common, has no confusion around 12:00, and makes it easier to see where the day changes.

stpr-dev commented 8 years ago

@redfish64 I suggest this implementation. Maybe give the user an option in the settings menu to either display 24 Hour/12 Hour clock? If you have one time, converting to the other time is not really an issue.

While you are at it, also add in a field for time zone? I travel between different time zones ocassionally and it would be nice to know what timezone the dots refer to.