SMSTicket / sms-ticket

Android app which simplifies buying and using tickets for public transportation using SMS
Apache License 2.0
70 stars 30 forks source link

Time format doesn't respect system setting #26

Closed MichalJungmann closed 8 years ago

MichalJungmann commented 8 years ago

App shows times in 12-hour format ("AM/PM") although the phone is set to use 24-hour format.

App shall respect system setting of time format and/or add its own option to set 12/24-hour time format.

All versions up to newest 3.3.1 @ Nexus 4 (v5.1.1., build LMY48T).

screenshot_2016-01-16-11-28-04 screenshot_2016-01-16-12-20-01

davidvavra commented 8 years ago

I tried it today on Nexus 5 with Android 6.0 and it works as expected - it respects system setting on 24-hour date. The app relies on Android to format dates. So I guess it was some Android bug which is now fixed.