opentrace-community / opentrace-android

OpenTrace Android app. Reference implementation of the BlueTrace protocol.
https://bluetrace.io
GNU General Public License v3.0
577 stars 225 forks source link

Fix the Uknown pattern character 'Y' exception #47

Open majhamza opened 4 years ago

majhamza commented 4 years ago

The uppercase Ys used in SimpleDateFormat at line 230, throws the exception: " Uknown pattern character 'Y' " in the APIs 22 and 23, as you can see in the link below the character Y is supported by API 24+, so the Ys should be replaced by lowercases.

https://developer.android.com/reference/java/text/SimpleDateFormat.html