tuxmobil / CampFahrplan

View the conference schedule of the Chaos Communcation Camp/Congress
59 stars 23 forks source link

Change date parsing #180

Open saerdnaer opened 5 years ago

saerdnaer commented 5 years ago

please use date time parsing library (e.g. SimpleDateFormat, c.f. https://stackoverflow.com/questions/13515168/android-time-in-iso-8601) instead of manually splitting the date, thanks!

https://github.com/tuxmobil/CampFahrplan/blob/20c2001a6631fc008b679e3c6579f6adb8cb6bef/app/src/main/java/nerd/tuxmobil/fahrplan/congress/Lecture.java#L115-L126